Unverified Commit 5b64cbd8 authored by Sergei Morozov's avatar Sergei Morozov Committed by GitHub

Merge pull request #3563 from nicolas-grekas/sf5

Allow Symfony 5
parents cdc12afe 248953c7
...@@ -42,8 +42,8 @@ ...@@ -42,8 +42,8 @@
"jetbrains/phpstorm-stubs": "^2018.1.2", "jetbrains/phpstorm-stubs": "^2018.1.2",
"phpstan/phpstan": "^0.11.3", "phpstan/phpstan": "^0.11.3",
"phpunit/phpunit": "^8.1.5", "phpunit/phpunit": "^8.1.5",
"symfony/console": "^2.0.5|^3.0|^4.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"symfony/phpunit-bridge": "^3.4.5|^4.0.5" "symfony/phpunit-bridge": "^3.4.5|^4.0.5|^5.0"
}, },
"suggest": { "suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files." "symfony/console": "For helpful console commands such as SQL execution and import of files."
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "07e2f7f05586700d8d7bde1f2fd023e6", "content-hash": "7c55573f97bd2526e2b02609d5e5290c",
"packages": [ "packages": [
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment