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 10, 2017
1 parent 62d40b7 commit 5030ef9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"require": {
"php": "~7.0",
"psr/log": "~1.0",
"symfony/config": "~2.6|~3.0",
"symfony/console": "~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/console": "~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 5030ef9

Please sign in to comment.