We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df6bd7 commit e85d5b4Copy full SHA for e85d5b4
composer.json
@@ -1,7 +1,6 @@
1
{
2
"name": "gitonomy/gitlib",
3
"description": "Library for accessing git",
4
-
5
"license": "MIT",
6
"authors": [
7
@@ -16,19 +15,22 @@
16
15
}
17
],
18
"homepage": "http://gitonomy.com",
19
20
21
"autoload": {
22
- "psr-0": { "Gitonomy\\Git": ["src/", "tests/"] }
+ "psr-4": {
+ "Gitonomy\\Git\\": "src/Gitonomy/Git/"
+ }
+ },
23
+ "autoload-dev": {
24
25
+ "Gitonomy\\Git\\Tests\\": "tests/Gitonomy/Git/Tests/"
26
27
},
28
"require": {
29
"symfony/process": "~2.4"
30
31
"require-dev": {
- "psr/log": "~1"
32
+ "psr/log": "~1.0"
33
34
"suggest": {
35
"psr/log": "Add some log"
36
0 commit comments