Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit a2202ea

Browse files
committed
Used new file structure
1 parent 4086e64 commit a2202ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@
3333
},
3434
"autoload": {
3535
"psr-4": {
36-
"Symfony\\Cmf\\Bundle\\RoutingAutoBundle\\": ""
36+
"Symfony\\Cmf\\Bundle\\RoutingAutoBundle\\": "src/"
37+
}
38+
},
39+
"autoload-dev": {
40+
"psr-4": {
41+
"Symfony\\Cmf\\Bundle\\RoutingAutoBundle\\Tests\\": "tests/"
3742
}
3843
},
3944
"extra": {
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)