Skip to content

Commit

Permalink
Update composer.json to support Symfony 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
arnogeurts authored Jan 15, 2017
1 parent 90ec875 commit b60f2fb
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 @@ -12,7 +12,7 @@
],
"require": {
"php": ">=5.3.3",
"symfony/options-resolver": "2.x"
"symfony/options-resolver": "^2.3||^3.0"
},
"autoload": {
"psr-0" : { "Jatun" : "lib/" }
Expand Down

0 comments on commit b60f2fb

Please sign in to comment.