Skip to content

Commit de86447

Browse files
committed
Merge pull request php-debugbar#241 from GrahamCampbell/patch-2
Use PSR-4 without moving files about
2 parents bc455b6 + 5a9ba87 commit de86447

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"phpunit/phpunit": "^4.0|^5.0"
2020
},
2121
"autoload": {
22-
"psr-0": {"DebugBar": "src/"}
22+
"psr-4": {
23+
"DebugBar\\": "src/DebugBar/"
24+
}
2325
},
2426
"suggest": {
2527
"kriswallsmith/assetic": "The best way to manage assets",

0 commit comments

Comments
 (0)