Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 83c7288

Browse files
committed
Merge pull request #796 from Tobion/psr4
Use PSR-4
2 parents fa8af3b + 6272b33 commit 83c7288

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
@@ -4,7 +4,7 @@
44
"type": "project",
55
"description": "The \"Symfony Standard Edition\" distribution",
66
"autoload": {
7-
"psr-0": { "": "src/", "SymfonyStandard": "app/" }
7+
"psr-4": { "": "src/", "SymfonyStandard\\": "app/" }
88
},
99
"require": {
1010
"php": ">=5.3.3",

0 commit comments

Comments
 (0)