Skip to content

Commit ef3a4eb

Browse files
Add support for php-http/cache-plugin:^2.0
1 parent ee17eeb commit ef3a4eb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ CHANGE LOG
22
==========
33

44

5+
## V4.7 (UPCOMING)
6+
7+
* Add support for `php-http/cache-plugin:^2.0`
8+
9+
510
## V4.6.1 (17/03/2024)
611

712
* Fixed issues with `Src` and` Downloads`

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^7.4.15 || ^8.0.2",
1515
"ext-json": "*",
16-
"php-http/cache-plugin": "^1.8.1",
16+
"php-http/cache-plugin": "^1.8.1 || ^2.0",
1717
"php-http/client-common": "^2.7.1",
1818
"php-http/discovery": "^1.19.2",
1919
"php-http/httplug": "^2.4",

0 commit comments

Comments
 (0)