-
-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathcomposer.json
More file actions
54 lines (54 loc) · 1.42 KB
/
Copy pathcomposer.json
File metadata and controls
54 lines (54 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "gitonomy/gitlib",
"description": "Library for accessing git",
"license": "MIT",
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Julien Didier",
"email": "genzo.wm@gmail.com",
"homepage": "https://github.com/juliendidier"
},
{
"name": "Grégoire Pineau",
"email": "lyrixx@lyrixx.info",
"homepage": "https://github.com/lyrixx"
},
{
"name": "Alexandre Salomé",
"email": "alexandre.salome@gmail.com",
"homepage": "https://github.com/alexandresalome"
}
],
"autoload": {
"psr-4": {
"Gitonomy\\Git\\": "src/Gitonomy/Git/"
}
},
"autoload-dev": {
"psr-4": {
"Gitonomy\\Git\\Tests\\": "tests/Gitonomy/Git/Tests/"
}
},
"require": {
"php": "^8.4",
"ext-pcre": "*",
"symfony/polyfill-mbstring": "^1.7",
"symfony/process": "^6.4 || ^7.4 || ^8.1"
},
"require-dev": {
"ext-fileinfo": "*",
"phpunit/phpunit": "^12.0",
"psr/log": "^3.0",
"symfony/console": "^8.1"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"prefer-stable": true
}