Merge pull request #3106 from UFTimmy/master

Require symfony 5.0.6 or 4.4.6
This commit is contained in:
Tomas Votruba 2020-03-30 18:01:29 +02:00 committed by GitHub
commit 0c2cbca6f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",