We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0106e commit 8aee998Copy full SHA for 8aee998
composer.json
@@ -26,7 +26,11 @@
26
"phpunit/phpunit": "<8.0"
27
},
28
"autoload": {
29
- "psr-4" : { "Matthias\\SymfonyDependencyInjectionTest\\" : "" }
+ "psr-4" : { "Matthias\\SymfonyDependencyInjectionTest\\" : "" },
30
+ "exclude-from-classmap": ["/Tests/"]
31
+ },
32
+ "autoload-dev": {
33
+ "psr-4" : { "Matthias\\SymfonyDependencyInjectionTest\\Tests\\" : "Tests/" }
34
35
"extra": {
36
"branch-alias": {
0 commit comments