mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 05:18:32 +01:00
Use PSR-4 without moving files about
This commit is contained in:
parent
621384bbdd
commit
5a9ba87220
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user