Skip to content

Commit

Permalink
Merge pull request #3106 from UFTimmy/master
Browse files Browse the repository at this point in the history
Require symfony 5.0.6 or 4.4.6
  • Loading branch information
TomasVotruba committed Mar 30, 2020
2 parents 1c30867 + e1479b4 commit 0c2cbca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"phpstan/phpstan": "^0.12.11",
"phpstan/phpstan-phpunit": "^0.12",
"sebastian/diff": "^3.0|^4.0",
"symfony/console": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"symfony/console": "^4.4.6|^5.0.6",
"symfony/dependency-injection": "^4.4.6|^5.0.6",
"symfony/finder": "^4.4.6|^5.0.6",
"symfony/process": "^4.4.6|^5.0.6",
"symplify/auto-bind-parameter": "^7.2.4",
"symplify/autowire-array-parameter": "^7.2.4",
"symplify/package-builder": "^7.2.4",
Expand Down

0 comments on commit 0c2cbca

Please sign in to comment.