summaryrefslogtreecommitdiffstats
path: root/composer-filesystem.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-04-29 10:54:58 +0200
committerRemi Collet <remi@remirepo.net>2021-04-29 10:54:58 +0200
commit3a82b5b5ffd7f0a4b1e2563a82d111c2efac5cec (patch)
treeecf7ba428cdd81218dfcd63b54c2f148fa52583e /composer-filesystem.json
parentbb701531e8bb049e455b85b0d6ed2fb98d8e8a4a (diff)
update to 2.10.2
update laminas-cache-storage-adapter-filesystem to 1.1.1 update laminas-cache-storage-adapter-memcached to 1.1.0 update laminas-cache-storage-adapter-memory to 1.1.0 update laminas-cache-storage-adapter-test to 1.1.1
Diffstat (limited to 'composer-filesystem.json')
-rw-r--r--composer-filesystem.json13
1 files changed, 8 insertions, 5 deletions
diff --git a/composer-filesystem.json b/composer-filesystem.json
index 90e772f..d375283 100644
--- a/composer-filesystem.json
+++ b/composer-filesystem.json
@@ -7,22 +7,25 @@
],
"license": "BSD-3-Clause",
"require": {
- "php": "^7.3 || ~8.0.0",
- "laminas/laminas-cache": "^2.10@dev"
+ "php": "^7.3 || ~8.0.0"
+ },
+ "conflict": {
+ "laminas/laminas-cache": "<2.10"
},
"provide": {
"laminas/laminas-cache-storage-implementation": "1.0"
},
"require-dev": {
- "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
+ "laminas/laminas-cache": "^2.10",
+ "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
"laminas/laminas-coding-standard": "~1.0.0",
+ "laminas/laminas-serializer": "^2.10",
+ "phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^2.7"
},
"config": {
"sort-packages": true
},
- "extra": {
- },
"autoload": {
"psr-4": {
"Laminas\\Cache\\Storage\\Adapter\\": "src/"