1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-09-13 04:30:17 +02:00

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": { "require": {
"php": "^7.1.3", "php": "^7.1.3",
"monolog/monolog": "~1.11", "monolog/monolog": "~1.11",
"symfony/console": "^4.0", "symfony/console": "^4.0||^5.0",
"symfony/filesystem": "^4.0", "symfony/filesystem": "^4.0||^5.0",
"symfony/event-dispatcher": "^4.0", "symfony/event-dispatcher": "^4.0||^5.0",
"symfony/finder": "^4.0", "symfony/finder": "^4.0||^5.0",
"symfony/yaml": "^4.0", "symfony/yaml": "^4.0||^5.0",
"symfony/process": "^4.0" "symfony/process": "^4.0||^5.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^7.0", "phpunit/phpunit": "^7.0",