1
0
Fork 0

Tweaked symfony versions (#8920)

pull/8923/head
Graham Campbell 2020-05-21 14:49:07 +01:00 committed by GitHub
parent 2f5bf5c0ac
commit 17fa85d7c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 8 deletions

View File

@ -31,17 +31,14 @@
"psr/log": "^1.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
"symfony/console": "^2.8.52 || ^3.4 || ^4.4 || ^5.0",
"symfony/filesystem": "^2.8.52 || ^3.4 || ^4.4 || ^5.0",
"symfony/finder": "^2.8.52 || ^3.4 || ^4.4 || ^5.0",
"symfony/process": "^2.8.52 || ^3.4 || ^4.4 || ^5.0",
"symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
"symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
"symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
"symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
"react/promise": "^1.2 || ^2.7"
},
"conflict": {
"symfony/console": "2.8.38"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.2 || ^5",
"symfony/phpunit-bridge": "^4.2 || ^5.0",
"phpspec/prophecy": "^1.10"
},
"suggest": {