Skip to content

Commit

Permalink
Added Symfony 3.1.* compatibility in composer.json. Tested with Symfony
Browse files Browse the repository at this point in the history
3.1.6.
  • Loading branch information
feuzeu committed Nov 4, 2016
1 parent 63abe8f commit 0c057ad
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 @@ -15,7 +15,7 @@
"require": {
"jaxon-php/jaxon-core": "~1.0",
"jaxon-php/jaxon-framework": "~1.0",
"symfony/symfony": "2.8.*|3.0.*"
"symfony/symfony": "2.8.*|3.0.*|3.1.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0c057ad

Please sign in to comment.