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 ae4bf49 + 5af1b67 commit 2f88b76Copy full SHA for 2f88b76
composer.json
@@ -33,10 +33,13 @@
33
"phpstan/phpstan-strict-rules": "^0.9"
34
},
35
"autoload": {
36
- "psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "" }
+ "psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "" },
37
+ "exclude-from-classmap": [
38
+ "/Tests/"
39
+ ]
40
41
"autoload-dev": {
- "psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\Tests\\": "" }
42
+ "psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\Tests\\": "Tests" }
43
44
"extra": {
45
"branch-alias": {
0 commit comments