Skip to content

Commit

Permalink
Merge pull request #229 from ccovey/fix/move-dev-dependencies
Browse files Browse the repository at this point in the history
Move phpstan and doctrine/coding-standards to require-dev instead of require.
  • Loading branch information
alcaeus committed Jun 6, 2018
2 parents 74e5668 + a33bfe6 commit 634f597
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -22,15 +22,15 @@
"require": {
"php": "^7.1",
"symfony/framework-bundle": "~3.4|~4.0",
"doctrine/coding-standard": "^4.0",
"doctrine/doctrine-bundle": "~1.0",
"doctrine/migrations": "^2.0@dev",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-strict-rules": "^0.9"
"doctrine/migrations": "^2.0@dev"
},
"require-dev": {
"phpunit/phpunit": "^5.7|^6.4|^7.0",
"mikey179/vfsStream": "^1.6"
"mikey179/vfsStream": "^1.6",
"doctrine/coding-standard": "^4.0",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-strict-rules": "^0.9"
},
"autoload": {
"psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "" }
Expand Down

0 comments on commit 634f597

Please sign in to comment.