mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 03:30:55 +01:00
Enable PSR-4 autoloading
As of 2014-10-21 PSR-0 has been marked as deprecated.
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"GitList": "src/"
|
||||
"psr-4": {
|
||||
"GitList\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user