Skip to content

Commit

Permalink
Merge pull request #9 from revinate/IG-11702
Browse files Browse the repository at this point in the history
IG-11702: Update to Symfony 3.4
  • Loading branch information
Sam Ivichuk authored Dec 20, 2018
2 parents 2c54c08 + 8f690c6 commit 208584e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
},
"require": {
"php" : ">=5.5.0",
"symfony/yaml" : ">=2.4.8 <3.0",
"symfony/dependency-injection": ">=2.4.8 <3.0",
"symfony/config" : ">=2.4.8 <3.0",
"symfony/yaml" : ">=2.4.8",
"symfony/dependency-injection": ">=2.4.8",
"symfony/config" : ">=2.4.8",
"amnl/gc-datatable" : ">=0.2.0"
},
"require-dev": {
"symfony/console": ">=2.4.8 <3.0",
"symfony/framework-bundle": ">=2.4.8 <3.0",
"symfony/console": ">=2.4.8",
"symfony/framework-bundle": ">=2.4.8",
"phpunit/phpunit": ">=4.6.9",
"symfony/finder": ">=2.4.8 <3.0",
"symfony/process": ">=2.4.8 <3.0",
"symfony/browser-kit": ">=2.4.8 <3.0",
"symfony/finder": ">=2.4.8",
"symfony/process": ">=2.4.8",
"symfony/browser-kit": ">=2.4.8",
"ruflin/elastica": "2.3.1",
"doctrine/orm": ">=2.4"
},
Expand Down

0 comments on commit 208584e

Please sign in to comment.