summaryrefslogtreecommitdiffstats
path: root/composer-test.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-09 14:09:01 +0100
committerRemi Collet <remi@remirepo.net>2020-11-09 14:09:01 +0100
commit3a9312ebdc86d05079ea325ffeeb1b1e0f3dcaee (patch)
treeecf090072ccb61fe736555f8ada0b17e46510a9c /composer-test.json
parent5b8131d962a59912b45b6d4ae1931c48d3de8391 (diff)
update to 2.10.0
bundle all cache storage adapters
Diffstat (limited to 'composer-test.json')
-rw-r--r--composer-test.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/composer-test.json b/composer-test.json
new file mode 100644
index 0000000..5a59901
--- /dev/null
+++ b/composer-test.json
@@ -0,0 +1,49 @@
+{
+ "name": "laminas/laminas-cache-storage-adapter-test",
+ "description": "Laminas cache storage adapter shared test dependency",
+ "keywords": [
+ "laminas",
+ "cache",
+ "test"
+ ],
+ "license": "BSD-3-Clause",
+ "require": {
+ "php": "^5.6 || ^7.0",
+ "cache/integration-tests": "^0.16",
+ "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
+ },
+ "conflict": {
+ "laminas/laminas-cache": "<2.10"
+ },
+ "require-dev": {
+ "laminas/laminas-cache": "^2.10",
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "config": {
+ "sort-packages": true
+ },
+ "extra": {},
+ "autoload": {
+ "psr-4": {
+ "LaminasTest\\Cache\\Storage\\Adapter\\": "src/"
+ },
+ "files": [
+ "test/autoload.php"
+ ]
+ },
+ "minimum-stability": "dev",
+ "prefer-stable": true,
+ "scripts": {
+ "cs-check": "phpcs",
+ "cs-fix": "phpcbf",
+ "test": "phpunit --colors=always",
+ "test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
+ },
+ "support": {
+ "issues": "https://github.com/laminas/laminas-cache-storage-adapter-test/issues",
+ "forum": "https://discourse.laminas.dev/",
+ "source": "https://github.com/laminas/laminas-cache-storage-adapter-test",
+ "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-test/",
+ "rss": "https://github.com/laminas/laminas-cache-storage-adapter-test/releases.atom"
+ }
+}