Skip to content

Commit 9009363

Browse files
committed
upgrade psr/simple-cache to v2
1 parent c99b88d commit 9009363

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [7.4, 8.0, 8.1]
11+
php: [8.0, 8.1]
1212

1313
steps:
1414
- name: Checkout code

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Install this package and your favorite [psr-16 implementation](https://packagist
1313

1414
Install this package
1515
```bash
16-
composer require webclient/cache-adapter-psr-simple-cache:^1.0
16+
composer require webclient/cache-adapter-psr-simple-cache:^2.0
1717
```
1818

1919
# Usage

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.4 || ^8.0",
15+
"php": "^8.0",
1616
"webclient/cache-contract": "^1.0",
17-
"psr/simple-cache": "^1.0"
17+
"psr/simple-cache": "^2.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^6.5 || ^7.5 || ^8.5 || ^9.5",

0 commit comments

Comments
 (0)