Skip to content

Commit

Permalink
Merge pull request #7 from sujayjaju/master
Browse files Browse the repository at this point in the history
Updated Dependencies to support FosRest 2.x
  • Loading branch information
WickedSilver authored Jan 7, 2019
2 parents b39b6b5 + 55260df commit 9b01059
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
}
],
"require": {
"php": ">=5.3.0",
"php": ">=5.5.9",
"symfony/symfony": ">=2.8",
"sensio/generator-bundle": "~3.0",
"friendsofsymfony/rest-bundle": "~1.7",
"jms/serializer-bundle": "~1.1",
"nelmio/cors-bundle": "~1.4",
"friendsofsymfony/rest-bundle": "^2.2",
"jms/serializer-bundle": "^2.0",
"nelmio/cors-bundle": "~1.5",
"nelmio/api-doc-bundle": "~2.7",
"doctrine/orm": ">=2.0"
},
Expand Down

0 comments on commit 9b01059

Please sign in to comment.