Skip to content

Commit

Permalink
Merge pull request #3199 from Majkl578/allow-sf4-console
Browse files Browse the repository at this point in the history
Allow symfony/console 4.x dev-dependency
  • Loading branch information
morozov authored Jul 3, 2018
2 parents f54ea21 + 64a32a0 commit 0f2b537
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"phpstan/phpstan": "^0.10.1",
"phpunit/phpunit": "^7.1.2",
"phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
"symfony/console": "^2.0.5||^3.0",
"symfony/console": "^2.0.5|^3.0|^4.0",
"symfony/phpunit-bridge": "^3.4.5|^4.0.5"
},
"suggest": {
Expand Down
25 changes: 12 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f2b537

Please sign in to comment.