We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 645aaf8 commit 98e8f66Copy full SHA for 98e8f66
composer.json
@@ -24,6 +24,12 @@
24
"source": "https://github.com/sulu/skeleton",
25
"docs": "https://docs.sulu.io/"
26
},
27
+ "repositories": [
28
+ {
29
+ "type": "vcs",
30
+ "url": "[email protected]:mbabker/FOSRestBundle.git"
31
+ }
32
+ ],
33
"require": {
34
"php": "^8.0 || ^8.1",
35
"ext-dom": "*",
@@ -48,7 +54,7 @@
48
54
"friendsofsymfony/http-cache": "^2.10",
49
55
"friendsofsymfony/http-cache-bundle": "^2.10.1",
50
56
"friendsofsymfony/jsrouting-bundle": "^2.7 || ^3.0",
51
- "friendsofsymfony/rest-bundle": "^3.0.4",
57
+ "friendsofsymfony/rest-bundle": "dev-sf-7 as 3.99",
52
58
"gedmo/doctrine-extensions": "^3.0.4",
53
59
"guzzlehttp/promises": "^1.0",
60
"handcraftedinthealps/goodby-csv": "^1.4",
0 commit comments