Skip to content

Commit b062b1d

Browse files
update tag interop (#253)
* update tag interop * Drop support for psr/cache: v3 Co-authored-by: Nyholm <[email protected]>
1 parent f370620 commit b062b1d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33

44
matrix:
55
include:
6-
- php: 7.0
6+
- php: 7.1
77

88
cache:
99
directories:

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

5+
## 1.1.0
6+
7+
* Support PHP 8.1
8+
* Support for psr/cache v2
9+
510
## 1.0.1
611

712
* Support PHP 8

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"homepage": "https://www.php-cache.com/en/latest/",
2525
"require": {
2626
"php": "^5.5 || ^7.0 || ^8.0",
27-
"psr/cache": "^1.0"
27+
"psr/cache": "^1.0 || ^2.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)