We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ab782 commit 27dde1bCopy full SHA for 27dde1b
.github/workflows/phpunit.yml
@@ -21,8 +21,6 @@ jobs:
21
- "8.5"
22
- "8.4"
23
- "8.3"
24
- - "8.2"
25
- - "8.1"
26
27
env:
28
MEMCACHED_SERVER: "memcached:11211"
composer.json
@@ -12,7 +12,7 @@
12
}
13
},
14
"require": {
15
- "php": ">=8.1 <8.6",
+ "php": ">=8.3 <8.6",
16
"psr/cache": "^1.0|^2.0|^3.0",
17
"psr/log": "^1.0|^2.0|^3.0",
18
"psr/simple-cache": "^1.0|^2.0",
0 commit comments