1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00

Use PSR-4 without moving files about

This commit is contained in:
Graham Campbell 2015-12-03 09:46:01 +00:00
parent 621384bbdd
commit 5a9ba87220

View File

@ -19,7 +19,9 @@
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-0": {"DebugBar": "src/"}
"psr-4": {
"DebugBar\\": "src/DebugBar/"
}
},
"suggest": {
"kriswallsmith/assetic": "The best way to manage assets",