summaryrefslogtreecommitdiffstats
path: root/composer-redis.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-04 07:55:07 +0200
committerRemi Collet <remi@remirepo.net>2021-06-04 07:55:07 +0200
commitc6f280bca62f88793451b9aeee6b9c9fc2048db9 (patch)
tree240ef878d11d8aaee0fe73b0968f96830d1fc698 /composer-redis.json
parent87bbfd8829e4e8b34e9b04e9a48e5d8cc4f1e2f4 (diff)
update to 2.11.2
update laminas-cache-storage-adapter-redis to 1.2.0
Diffstat (limited to 'composer-redis.json')
-rw-r--r--composer-redis.json13
1 files changed, 9 insertions, 4 deletions
diff --git a/composer-redis.json b/composer-redis.json
index 42716d9..24abb7b 100644
--- a/composer-redis.json
+++ b/composer-redis.json
@@ -17,16 +17,19 @@
"laminas/laminas-cache-storage-implementation": "1.0"
},
"require-dev": {
+ "ext-posix": "*",
"ext-redis": "*",
+ "composer-runtime-api": "^2",
"laminas/laminas-cache": "^2.10",
"laminas/laminas-cache-storage-adapter-test": "^1.1",
"laminas/laminas-coding-standard": "^2.1",
- "laminas/laminas-serializer": "^2.10"
+ "laminas/laminas-serializer": "^2.10",
+ "psalm/plugin-phpunit": "^0.15.1",
+ "vimeo/psalm": "^4.7"
},
"config": {
"sort-packages": true
},
- "extra": {},
"autoload": {
"psr-4": {
"Laminas\\Cache\\Storage\\Adapter\\": "src/"
@@ -35,14 +38,16 @@
"autoload-dev": {
"psr-4": {
"LaminasTest\\Cache\\Storage\\Adapter\\": "test/unit",
- "LaminasTest\\Cache\\Psr\\": "test/integration/Psr"
+ "LaminasTest\\Cache\\Psr\\": "test/integration/Psr",
+ "LaminasTest\\Cache\\Storage\\Adapter\\Laminas\\": "test/integration/Laminas"
}
},
"scripts": {
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"test": "phpunit --colors=always",
- "test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
+ "test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
+ "static-analysis": "psalm --shepherd --stats"
},
"support": {
"issues": "https://github.com/laminas/laminas-cache-storage-adapter-redis/issues",