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.
2 parents 9e0106e + 6a00d41 commit 5d2ef99Copy full SHA for 5d2ef99
.gitattributes
@@ -0,0 +1,2 @@
1
+/Tests export-ignore
2
+/phpunit.xml.dist export-ignore
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