Skip to content

Commit 634f597

Browse files
authored
Merge pull request #229 from ccovey/fix/move-dev-dependencies
Move phpstan and doctrine/coding-standards to require-dev instead of require.
2 parents 74e5668 + a33bfe6 commit 634f597

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"require": {
2323
"php": "^7.1",
2424
"symfony/framework-bundle": "~3.4|~4.0",
25-
"doctrine/coding-standard": "^4.0",
2625
"doctrine/doctrine-bundle": "~1.0",
27-
"doctrine/migrations": "^2.0@dev",
28-
"phpstan/phpstan": "^0.9.2",
29-
"phpstan/phpstan-strict-rules": "^0.9"
26+
"doctrine/migrations": "^2.0@dev"
3027
},
3128
"require-dev": {
3229
"phpunit/phpunit": "^5.7|^6.4|^7.0",
33-
"mikey179/vfsStream": "^1.6"
30+
"mikey179/vfsStream": "^1.6",
31+
"doctrine/coding-standard": "^4.0",
32+
"phpstan/phpstan": "^0.9.2",
33+
"phpstan/phpstan-strict-rules": "^0.9"
3434
},
3535
"autoload": {
3636
"psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "" }

0 commit comments

Comments
 (0)