Skip to content

Commit 98e8f66

Browse files
Test Symfony 7 pull request FriendsOfSymfony/FOSRestBundle#2400
1 parent 645aaf8 commit 98e8f66

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
"source": "https://github.com/sulu/skeleton",
2525
"docs": "https://docs.sulu.io/"
2626
},
27+
"repositories": [
28+
{
29+
"type": "vcs",
30+
"url": "[email protected]:mbabker/FOSRestBundle.git"
31+
}
32+
],
2733
"require": {
2834
"php": "^8.0 || ^8.1",
2935
"ext-dom": "*",
@@ -48,7 +54,7 @@
4854
"friendsofsymfony/http-cache": "^2.10",
4955
"friendsofsymfony/http-cache-bundle": "^2.10.1",
5056
"friendsofsymfony/jsrouting-bundle": "^2.7 || ^3.0",
51-
"friendsofsymfony/rest-bundle": "^3.0.4",
57+
"friendsofsymfony/rest-bundle": "dev-sf-7 as 3.99",
5258
"gedmo/doctrine-extensions": "^3.0.4",
5359
"guzzlehttp/promises": "^1.0",
5460
"handcraftedinthealps/goodby-csv": "^1.4",

0 commit comments

Comments
 (0)