Skip to content

Commit

Permalink
Update symfony dependencies to allow version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ardentsword committed Jan 13, 2022
1 parent 9544fc7 commit 62d6469
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
],
"require": {
"php": ">=7.1",
"symfony/config": "~3.4|~4.0|^5.0",
"symfony/http-foundation": "~3.4|~4.0|^5.0",
"symfony/http-kernel": "~3.4|~4.0|^5.0",
"symfony/dependency-injection": "~3.4|~4.0|^5.0",
"symfony/config": "~3.4|~4.0|^5.0|^6.0",
"symfony/http-foundation": "~3.4|~4.0|^5.0|^6.0",
"symfony/http-kernel": "~3.4|~4.0|^5.0|^6.0",
"symfony/dependency-injection": "~3.4|~4.0|^5.0|^6.0",
"debril/feed-io": "~3.0|~4.0"
},
"require-dev": {
Expand All @@ -25,8 +25,8 @@
"symfony/validator": ">3.0",
"symfony/finder": ">3.0",
"symfony/browser-kit": ">3.0",
"symfony/yaml": "^4.0|^5.0",
"symfony/framework-bundle": "^4.3|^5.0"
"symfony/yaml": "^4.0|^5.0|^6.0",
"symfony/framework-bundle": "^4.3|^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 62d6469

Please sign in to comment.