Skip to content

Commit

Permalink
Merge pull request #192 from tacman/patch-1
Browse files Browse the repository at this point in the history
Allow Symfony 5
  • Loading branch information
alexdebril authored Dec 2, 2019
2 parents 1f5e497 + 49af6f7 commit 395f2f8
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",
"symfony/http-foundation": "~3.4|~4.0",
"symfony/http-kernel": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"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",
"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",
"symfony/framework-bundle": "^4.3"
"symfony/yaml": "^4.0|^5.0",
"symfony/framework-bundle": "^4.3|^5.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 395f2f8

Please sign in to comment.