Skip to content

Commit

Permalink
Allow Symfony 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse committed May 19, 2021
1 parent 52b074d commit 08767fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -17,9 +17,9 @@
],
"require": {
"php": ">=7.1.3",
"symfony/http-client": "^4.4|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/web-link": "^4.4|^5.0",
"symfony/http-client": "^4.4|^5.0|^6.0",
"symfony/http-foundation": "^4.4|^5.0|^6.0",
"symfony/web-link": "^4.4|^5.0|^6.0",
"symfony/deprecation-contracts": "^2.0"
},
"autoload": {
Expand All @@ -45,8 +45,8 @@
},
"require-dev": {
"lcobucci/jwt": "^3.4|^4.0",
"symfony/phpunit-bridge": "^4.4|^5.0",
"symfony/stopwatch": "^4.4|^5.0"
"symfony/phpunit-bridge": "^5.2|^6.0",
"symfony/stopwatch": "^4.4|^5.0|^6.0"
},
"minimum-stability": "dev"
}

0 comments on commit 08767fe

Please sign in to comment.