Skip to content

Commit

Permalink
require Symfony 3
Browse files Browse the repository at this point in the history
  • Loading branch information
VasekPurchart committed May 9, 2017
1 parent 6f368f0 commit 75592dc
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.0",
"doctrine/doctrine-bundle": "~1.3",
"symfony/config": "~2.6|~3.0",
"symfony/dependency-injection": "~2.6|~3.0",
"symfony/http-kernel": "~2.6|~3.0",
"symfony/yaml": "~2.6|~3.0"
"symfony/config": "~3.0",
"symfony/dependency-injection": "~3.0",
"symfony/http-kernel": "~3.0",
"symfony/yaml": "~3.0"
},
"require-dev": {
"consistence/coding-standard": "1.0",
Expand Down

0 comments on commit 75592dc

Please sign in to comment.