Skip to content

Commit

Permalink
require-dev : Symfony set to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdebril committed Jun 3, 2017
1 parent 127b64a commit 0b867f2
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 203 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
"phpunit/phpunit": "~5.5",
"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 <3.3",
"symfony/config": "3.2",
"symfony/validator": "~2.6|~3.0 <3.3",
"symfony/finder": "~2.6|~3.0 <3.3",
"symfony/form": "~2.6|~3.0 <3.3",
"symfony/browser-kit": "~2.6|~3.0 <3.3"
},
"suggest": {
"guzzlehttp/guzzle": "We can use Guzzle >= 6.0 to fetch feed - set 'driver' to 'guzzle' then"
Expand Down
Loading

0 comments on commit 0b867f2

Please sign in to comment.