Skip to content

Commit

Permalink
IG-11702: Update to Symfony 3.4
Browse files Browse the repository at this point in the history
 - updated composer to be compatible with Symfony 3.4

Change-Id: Icbcab141d09095d9c34df33f7b26adab299406f9
  • Loading branch information
samivichuk committed Dec 20, 2018
1 parent 2c54c08 commit 8f690c6
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 8f690c6

Please sign in to comment.