Skip to content

Commit 0a297ba

Browse files
committed
[TMP] Switch to friendsofsymfony/http-cache-bundle fork
1 parent 4b33a2b commit 0a297ba

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
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": " >=8.3",
1717
"friendsofsymfony/http-cache": "^3.1",
18-
"friendsofsymfony/http-cache-bundle": "^3.0",
18+
"ibexa/fos-http-cache-bundle": "3.x-dev as 3.0.x-dev",
1919
"ibexa/core": "dev-ibx-8471-symfony-7 as 5.0.x-dev",
2020
"ibexa/rest": "dev-ibx-8471-symfony-7 as 5.0.x-dev",
2121
"php-http/curl-client": "^2.1",
@@ -71,5 +71,11 @@
7171
"config": {
7272
"sort-packages": true,
7373
"allow-plugins": false
74+
},
75+
"repositories": {
76+
"ibexa/fos-http-cache-bundle": {
77+
"type": "vcs",
78+
"url": "[email protected]:ibexa/FOSHttpCacheBundle.git"
79+
}
7480
}
7581
}

0 commit comments

Comments
 (0)