Skip to content

Commit

Permalink
Merge pull request #412 from derrabus/symfony-3
Browse files Browse the repository at this point in the history
Allow Symfony 3.0
  • Loading branch information
alexbilbie committed Dec 20, 2015
2 parents f5d731d + 6e92239 commit ed7f781
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 @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": ">=5.4.0",
"symfony/http-foundation": "~2.4",
"symfony/http-foundation": "~2.4|~3.0",
"league/event": "~2.1"
},
"require-dev": {
Expand Down

0 comments on commit ed7f781

Please sign in to comment.