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 e7db0f5 commit 2211519Copy full SHA for 2211519
composer.json
@@ -23,7 +23,11 @@
23
"phpunit/phpunit": "<7.0"
24
},
25
"autoload": {
26
- "psr-4" : { "Matthias\\SymfonyConfigTest\\" : "" }
+ "psr-4" : { "Matthias\\SymfonyConfigTest\\" : "" },
27
+ "exclude-from-classmap": ["/Tests/"]
28
+ },
29
+ "autoload-dev": {
30
+ "psr-4" : { "Matthias\\SymfonyConfigTest\\Tests\\" : "Tests/" }
31
32
"extra": {
33
"branch-alias": {
0 commit comments