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 4b33a2b commit 0a297baCopy full SHA for 0a297ba
composer.json
@@ -15,7 +15,7 @@
15
"require": {
16
"php": " >=8.3",
17
"friendsofsymfony/http-cache": "^3.1",
18
- "friendsofsymfony/http-cache-bundle": "^3.0",
+ "ibexa/fos-http-cache-bundle": "3.x-dev as 3.0.x-dev",
19
"ibexa/core": "dev-ibx-8471-symfony-7 as 5.0.x-dev",
20
"ibexa/rest": "dev-ibx-8471-symfony-7 as 5.0.x-dev",
21
"php-http/curl-client": "^2.1",
@@ -71,5 +71,11 @@
71
"config": {
72
"sort-packages": true,
73
"allow-plugins": false
74
+ },
75
+ "repositories": {
76
+ "ibexa/fos-http-cache-bundle": {
77
+ "type": "vcs",
78
+ "url": "[email protected]:ibexa/FOSHttpCacheBundle.git"
79
+ }
80
}
81
0 commit comments