Skip to content

Commit

Permalink
Merge pull request #29 from boesing/bugfix/require-laminas-cache
Browse files Browse the repository at this point in the history
Add missing `laminas/laminas-cache` dependency to `require` section
  • Loading branch information
boesing committed Dec 1, 2021
2 parents 5c48055 + b204c7c commit 7603eec
Show file tree
Hide file tree
Showing 2 changed files with 1,218 additions and 1,218 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0"
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas/laminas-cache": "^3.0"
},
"provide": {
"laminas/laminas-cache-storage-implementation": "1.0"
},
"require-dev": {
"ext-pcntl": "*",
"ext-posix": "*",
"laminas/laminas-cache": "^3.0 || 3.0.x-dev",
"laminas/laminas-cache-storage-adapter-benchmark": "^1.0",
"laminas/laminas-cache-storage-adapter-test": "^2.0 || 2.0.x-dev",
"laminas/laminas-coding-standard": "^2.3",
Expand Down
Loading

0 comments on commit 7603eec

Please sign in to comment.