summaryrefslogtreecommitdiffstats
path: root/composer-apcu.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-05-04 07:26:57 +0200
committerRemi Collet <remi@remirepo.net>2021-05-04 07:26:57 +0200
commitaaee507c4d9a888874ab23cf58386b7910cbab65 (patch)
tree788c32789b41076af26b0b4debbdec7f6c9db9d1 /composer-apcu.json
parentc53fcc0efaad49a3da5f37325a21b0116e67ef87 (diff)
update to 2.11.1
update laminas-cache-storage-adapter-apcu to 1.1.0
Diffstat (limited to 'composer-apcu.json')
-rw-r--r--composer-apcu.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/composer-apcu.json b/composer-apcu.json
index c2565b4..bab5704 100644
--- a/composer-apcu.json
+++ b/composer-apcu.json
@@ -7,7 +7,7 @@
],
"license": "BSD-3-Clause",
"require": {
- "php": "^5.6 || ^7.0"
+ "php": "^7.3 || ~8.0.0"
},
"conflict": {
"laminas/laminas-cache": "<2.10"
@@ -16,8 +16,9 @@
"laminas/laminas-cache-storage-implementation": "1.0"
},
"require-dev": {
- "laminas/laminas-cache": "^2.10",
- "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
+ "ext-apcu": "*",
+ "laminas/laminas-cache": "^2.10.1",
+ "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
"laminas/laminas-coding-standard": "~1.0.0",
"squizlabs/php_codesniffer": "^2.7"
},