Merge pull request #1 from hauke68/develop

Adjusted requirements
This commit is contained in:
Hauke 2020-09-09 15:33:48 +02:00 committed by GitHub
commit 0a851adae0
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",