Skip to content

Commit

Permalink
Avoid falling back on autoload rule more than necessary
Browse files Browse the repository at this point in the history
That rule is meant for fixtures and fixtures alone.
  • Loading branch information
greg0ire committed Mar 15, 2024
1 parent fa3e8e3 commit fc4c76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
},
"autoload-dev": {
"psr-4": {
"": "tests/DependencyInjection",
"Doctrine\\Bundle\\DoctrineBundle\\Tests\\": "tests"
"Doctrine\\Bundle\\DoctrineBundle\\Tests\\": "tests",
"Fixtures\\": "tests/DependencyInjection/Fixtures"
}
},
"config": {
Expand Down

0 comments on commit fc4c76d

Please sign in to comment.