Skip to content

Commit

Permalink
📦 Allow to use sf4
Browse files Browse the repository at this point in the history
  • Loading branch information
tyx committed Nov 27, 2017
1 parent bebe8d3 commit 14fc08d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"psr-4": { "Rezzza\\SymfonyRestApiJson\\Tests\\": "tests" }
},
"require": {
"symfony/http-kernel": "^2.8|^3.0",
"symfony/http-foundation": "^2.8|^3.0",
"symfony/debug": "^2.8|^3.0",
"symfony/http-kernel": "^2.8|^3.0|^4.0",
"symfony/http-foundation": "^2.8|^3.0|^4.0",
"symfony/debug": "^2.8|^3.0|^4.0",
"jakeasmith/http_build_url": "^1.0",
"justinrainbow/json-schema": ">=3.0 <6.0"
},
Expand Down

0 comments on commit 14fc08d

Please sign in to comment.