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 77b1eec commit 00a8876Copy full SHA for 00a8876
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.2 || ^8.3",
35
"ext-dom": "*",
@@ -47,7 +53,7 @@
47
53
"friendsofsymfony/http-cache": "^2.10",
48
54
"friendsofsymfony/http-cache-bundle": "^2.10.1",
49
55
"friendsofsymfony/jsrouting-bundle": "^2.7 || ^3.0",
50
- "friendsofsymfony/rest-bundle": "^3.0.4",
56
+ "friendsofsymfony/rest-bundle": "dev-sf-7 as 3.99",
51
57
"gedmo/doctrine-extensions": "^3.0.4",
52
58
"guzzlehttp/promises": "^1.0",
59
"handcraftedinthealps/goodby-csv": "^1.4",
0 commit comments