We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
php-http/cache-plugin:^2.0
1 parent ee17eeb commit ef3a4ebCopy full SHA for ef3a4eb
CHANGELOG.md
@@ -2,6 +2,11 @@ CHANGE LOG
2
==========
3
4
5
+## V4.7 (UPCOMING)
6
+
7
+* Add support for `php-http/cache-plugin:^2.0`
8
9
10
## V4.6.1 (17/03/2024)
11
12
* Fixed issues with `Src` and` Downloads`
composer.json
@@ -13,7 +13,7 @@
13
"require": {
14
"php": "^7.4.15 || ^8.0.2",
15
"ext-json": "*",
16
- "php-http/cache-plugin": "^1.8.1",
+ "php-http/cache-plugin": "^1.8.1 || ^2.0",
17
"php-http/client-common": "^2.7.1",
18
"php-http/discovery": "^1.19.2",
19
"php-http/httplug": "^2.4",
0 commit comments