Skip to content

Commit 32f7a30

Browse files
committed
replace psr-0 autoloading by psr-4
1 parent 683108a commit 32f7a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"phpunit/phpunit": "~4.5"
3131
},
3232
"autoload": {
33-
"psr-0": { "Gitlab\\": "lib/" }
33+
"psr-4": { "Gitlab\\": "lib/Gitlab/" }
3434
}
3535
}

0 commit comments

Comments
 (0)