Skip to content

Commit fa3e8e3

Browse files
greg0ireostrolucky
authored andcommitted
Use a modern directory structure
The recommended directory structure is more similar to what we do in non-bundle repositories. Also, this means smaller configuration for tools such as PHPCSStandards, PHPUnit or Psalm.
1 parent 5afffe0 commit fa3e8e3

File tree

270 files changed

+31
-51
lines changed

Some content is hidden

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

270 files changed

+31
-51
lines changed

README.md

Lines changed: 1 addition & 1 deletion

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,13 @@
8181
"minimum-stability": "dev",
8282
"autoload": {
8383
"psr-4": {
84-
"Doctrine\\Bundle\\DoctrineBundle\\": ""
84+
"Doctrine\\Bundle\\DoctrineBundle\\": "src"
8585
}
8686
},
8787
"autoload-dev": {
8888
"psr-4": {
89-
"": "Tests/DependencyInjection"
89+
"": "tests/DependencyInjection",
90+
"Doctrine\\Bundle\\DoctrineBundle\\Tests\\": "tests"
9091
}
9192
},
9293
"config": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)