We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99b88d commit 9009363Copy full SHA for 9009363
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
9
strategy:
10
matrix:
11
- php: [7.4, 8.0, 8.1]
+ php: [8.0, 8.1]
12
13
steps:
14
- name: Checkout code
README.md
@@ -13,7 +13,7 @@ Install this package and your favorite [psr-16 implementation](https://packagist
Install this package
15
```bash
16
-composer require webclient/cache-adapter-psr-simple-cache:^1.0
+composer require webclient/cache-adapter-psr-simple-cache:^2.0
17
```
18
19
# Usage
composer.json
@@ -12,9 +12,9 @@
}
],
"require": {
- "php": "^7.4 || ^8.0",
+ "php": "^8.0",
"webclient/cache-contract": "^1.0",
- "psr/simple-cache": "^1.0"
+ "psr/simple-cache": "^2.0"
},
"require-dev": {
20
"phpunit/phpunit": "^6.5 || ^7.5 || ^8.5 || ^9.5",
0 commit comments