Skip to content

Commit 14fc08d

Browse files
committed
📦 Allow to use sf4
1 parent bebe8d3 commit 14fc08d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"psr-4": { "Rezzza\\SymfonyRestApiJson\\Tests\\": "tests" }
1818
},
1919
"require": {
20-
"symfony/http-kernel": "^2.8|^3.0",
21-
"symfony/http-foundation": "^2.8|^3.0",
22-
"symfony/debug": "^2.8|^3.0",
20+
"symfony/http-kernel": "^2.8|^3.0|^4.0",
21+
"symfony/http-foundation": "^2.8|^3.0|^4.0",
22+
"symfony/debug": "^2.8|^3.0|^4.0",
2323
"jakeasmith/http_build_url": "^1.0",
2424
"justinrainbow/json-schema": ">=3.0 <6.0"
2525
},

0 commit comments

Comments
 (0)