Skip to content

Commit

Permalink
support for Symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
VasekPurchart committed Dec 21, 2017
1 parent 18452ce commit b7e6788
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"require": {
"consistence/consistence-doctrine": "~1.2",
"doctrine/doctrine-bundle": "~1.3",
"symfony/config": "~3.0",
"symfony/dependency-injection": "~3.0",
"symfony/http-kernel": "~3.0",
"symfony/yaml": "~3.0"
"symfony/config": "~3.0|~4.0",
"symfony/dependency-injection": "~3.0|~4.0",
"symfony/http-kernel": "~3.0|~4.0",
"symfony/yaml": "~3.0|~4.0"
},
"require-dev": {
"consistence/coding-standard": "2.3",
Expand Down

0 comments on commit b7e6788

Please sign in to comment.