Skip to content

Commit

Permalink
qa: normalized \composer.json\
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
  • Loading branch information
boesing committed Feb 25, 2021
1 parent 83f910e commit ace1552
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@
"require": {
"php": "^5.6 || ^7.0"
},
"conflict": {
"laminas/laminas-cache": "<2.10"
},
"provide": {
"laminas/laminas-cache-storage-implementation": "1.0"
},
"require-dev": {
"laminas/laminas-cache": "^2.10",
"laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
"laminas/laminas-coding-standard": "~1.0.0",
"squizlabs/php_codesniffer": "^2.7",
"laminas/laminas-cache": "^2.10"
"squizlabs/php_codesniffer": "^2.7"
},
"config": {
"sort-packages": true
Expand Down Expand Up @@ -45,8 +48,5 @@
"source": "https://github.com/laminas/laminas-cache-storage-adapter-redis",
"docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-redis/",
"rss": "https://github.com/laminas/laminas-cache-storage-adapter-redis/releases.atom"
},
"conflict": {
"laminas/laminas-cache": "<2.10"
}
}

0 comments on commit ace1552

Please sign in to comment.