Skip to content

Commit

Permalink
Merge pull request #108 from alexdebril/bug/issue-107
Browse files Browse the repository at this point in the history
Close issue #107
  • Loading branch information
alexdebril committed Mar 11, 2016
2 parents 15ca8d7 + 9a853fe commit 17b8149
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,17 +13,17 @@
],
"require": {
"php": ">=5.3.3",
"symfony/config": ">=2.6 <=3.0"
"symfony/config": "~2.6|~3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.7",
"doctrine/common": "~2.3",
"doctrine/doctrine-bundle": "~1.2",
"symfony/framework-bundle": ">=2.6 <=3.0",
"symfony/validator": ">=2.6 <=3.0",
"symfony/finder": ">=2.6 <=3.0",
"symfony/form": ">=2.6 <=3.0",
"symfony/browser-kit": ">=2.6 <=3.0"
"symfony/framework-bundle": "~2.6|~3.0",
"symfony/validator": "~2.6|~3.0",
"symfony/finder": "~2.6|~3.0",
"symfony/form": "~2.6|~3.0",
"symfony/browser-kit": "~2.6|~3.0"
},
"suggest": {
"guzzlehttp/guzzle": "We can use Guzzle >= 6.0 to fetch feed - set 'driver' to 'guzzle' then",
Expand Down

0 comments on commit 17b8149

Please sign in to comment.