Skip to content

Commit

Permalink
Merge pull request #1771 from greg0ire/fixtures-autoloading
Browse files Browse the repository at this point in the history
Avoid falling back on autoload rule more than necessary
  • Loading branch information
greg0ire committed Mar 15, 2024
2 parents c8f38eb + fc4c76d commit 0a230d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
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 0a230d3

Please sign in to comment.