Adjusted requirements

This commit is contained in:
Hauke 2020-09-09 14:42:20 +02:00 committed by GitHub
parent e30de6b719
commit 3caff9e873
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,12 +14,12 @@
"require": {
"php": "^7.1.3",
"monolog/monolog": "~1.11",
"symfony/console": "^4.0",
"symfony/filesystem": "^4.0",
"symfony/event-dispatcher": "^4.0",
"symfony/finder": "^4.0",
"symfony/yaml": "^4.0",
"symfony/process": "^4.0"
"symfony/console": "^4.0||^5.0",
"symfony/filesystem": "^4.0||^5.0",
"symfony/event-dispatcher": "^4.0||^5.0",
"symfony/finder": "^4.0||^5.0",
"symfony/yaml": "^4.0||^5.0",
"symfony/process": "^4.0||^5.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",