Skip to content

Commit

Permalink
Merge pull request #151 from alexdebril/compat/sf-4
Browse files Browse the repository at this point in the history
Compatibility with SF4
  • Loading branch information
alexdebril authored Aug 17, 2017
2 parents aeef697 + 5862b2a commit 6617762
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 142 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
],
"require": {
"php": ">=5.6",
"symfony/config": "~2.6|~3.0",
"symfony/http-foundation": "~2.6|~3.0",
"symfony/http-kernel": "~2.6|~3.0",
"symfony/dependency-injection": "~2.6|~3.0",
"symfony/framework-bundle": "~2.6|~3.0",
"symfony/config": "~2.6|~3.0|~4.0",
"symfony/http-foundation": "~2.6|~3.0|~4.0",
"symfony/http-kernel": "~2.6|~3.0|~4.0",
"symfony/dependency-injection": "~2.6|~3.0|~4.0",
"symfony/framework-bundle": "~2.6|~3.0|~4.0",
"debril/feed-io": "~3.0"
},
"require-dev": {
"phpunit/phpunit": "~5.5",
"doctrine/common": "~2.3",
"doctrine/doctrine-bundle": "~1.2",
"symfony/validator": "~2.6|~3.0",
"symfony/finder": "~2.6|~3.0",
"symfony/browser-kit": "~2.6|~3.0"
"symfony/validator": ">3.0",
"symfony/finder": ">3.0",
"symfony/browser-kit": ">3.0"
},
"suggest": {
"doctrine/doctrine-bundle": "allow to provide feeds' content from database"
Expand Down
Loading

0 comments on commit 6617762

Please sign in to comment.