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 74e5668 + a33bfe6 commit 634f597Copy full SHA for 634f597
composer.json
@@ -22,15 +22,15 @@
22
"require": {
23
"php": "^7.1",
24
"symfony/framework-bundle": "~3.4|~4.0",
25
- "doctrine/coding-standard": "^4.0",
26
"doctrine/doctrine-bundle": "~1.0",
27
- "doctrine/migrations": "^2.0@dev",
28
- "phpstan/phpstan": "^0.9.2",
29
- "phpstan/phpstan-strict-rules": "^0.9"
+ "doctrine/migrations": "^2.0@dev"
30
},
31
"require-dev": {
32
"phpunit/phpunit": "^5.7|^6.4|^7.0",
33
- "mikey179/vfsStream": "^1.6"
+ "mikey179/vfsStream": "^1.6",
+ "doctrine/coding-standard": "^4.0",
+ "phpstan/phpstan": "^0.9.2",
+ "phpstan/phpstan-strict-rules": "^0.9"
34
35
"autoload": {
36
"psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "" }
0 commit comments