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

Commit 5f7ef8c

Browse files
committed
Improve PSR-4 autoload by default
1 parent dd02ccc commit 5f7ef8c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"type": "project",
55
"description": "The \"Symfony Standard Edition\" distribution",
66
"autoload": {
7-
"psr-4": { "": "src/" }
7+
"psr-4": {
8+
"AppBundle\\": "src/AppBundle"
9+
}
810
},
911
"require": {
1012
"php": ">=5.3.9",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)