Skip to content

Commit

Permalink
Merge pull request #7057 from Majkl578/fix/composer-cs-constraint
Browse files Browse the repository at this point in the history
Fix CS constraint in composer.json
  • Loading branch information
Ocramius committed Feb 11, 2018
2 parents 0b7d878 + e64820f commit 0a00a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -29,7 +29,7 @@
"symfony/console": "~3.2|~4.0"
},
"require-dev": {
"doctrine/coding-standard": "~3.0.0",
"doctrine/coding-standard": "^3.0",
"phpunit/phpunit": "^7.0"
},
"autoload": {
Expand Down

0 comments on commit 0a00a3f

Please sign in to comment.