Skip to content

Commit

Permalink
Fix compatibility with fos http-cache 3
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Oct 8, 2024
1 parent fe380f4 commit 94b9f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
},
"require-dev": {
"contao/manager-plugin": "^2.9",
"friendsofsymfony/http-cache": "^2.6",
"friendsofsymfony/http-cache": "^2.6 || ^3.0",
"terminal42/contao-build-tools": "dev-main"
},
"conflict": {
"contao/manager-plugin": "<2.9 || >=3.0",
"friendsofsymfony/http-cache": "<2.6 || >=3.0"
"friendsofsymfony/http-cache": "<2.6 || >=4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 94b9f26

Please sign in to comment.