Skip to content

Commit

Permalink
Merge pull request #217 from OskarStark/patch-1
Browse files Browse the repository at this point in the history
Allow Symfony 7
  • Loading branch information
alexdebril authored Jan 30, 2024
2 parents cb60fa3 + d73ca43 commit 29e624c
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|^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",
"symfony/config": "~3.4|~4.0|^5.0|^6.0|^7.0",
"symfony/http-foundation": "~3.4|~4.0|^5.0|^6.0|^7.0",
"symfony/http-kernel": "~3.4|~4.0|^5.0|^6.0|^7.0",
"symfony/dependency-injection": "~3.4|~4.0|^5.0|^6.0|^7.0",
"debril/feed-io": "~3.0|~4.0|~5.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|^6.0",
"symfony/framework-bundle": "^4.3|^5.0|^6.0"
"symfony/yaml": "^4.0|^5.0|^6.0|^7.0",
"symfony/framework-bundle": "^4.3|^5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 29e624c

Please sign in to comment.