Skip to content

Commit

Permalink
Merge pull request #200 from shakaran/patch-1
Browse files Browse the repository at this point in the history
Require Symfony 3.0 or upper in master version
  • Loading branch information
LogansUA committed May 30, 2016
2 parents a23ff96 + 6090b09 commit 0f6ac9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"require": {
"php": ">=5.4.0",
"symfony/symfony": ">=2.1"
"symfony/symfony": ">=3.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 0f6ac9d

Please sign in to comment.