Skip to content

Commit

Permalink
Allow usage of friendsofsymfony/http-cache ^3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Apr 8, 2024
1 parent 49c8832 commit e30f1c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"php": "^8.1",
"friendsofsymfony/http-cache": "^2.15 || 3.x-dev",
"friendsofsymfony/http-cache": "^2.15 || ^3.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/http-foundation": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0"
Expand Down Expand Up @@ -77,5 +77,6 @@
"allow-plugins": {
"php-http/discovery": true
}
}
},
"minimum-stability": "dev"
}

0 comments on commit e30f1c6

Please sign in to comment.