Skip to content

Commit

Permalink
Merge pull request #47 from boesing/qa/normalize-composer-dependencies
Browse files Browse the repository at this point in the history
Normalize composer-dependencies
  • Loading branch information
boesing authored Aug 10, 2022
2 parents 52dbe58 + 72dd276 commit 6ca18fd
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 357 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,25 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
"laminas/laminas-cache": "^3.0"
},
"provide": {
"laminas/laminas-cache-storage-implementation": "1.0"
},
"conflict": {
"laminas/laminas-servicemanager": "<3.11"
},
"require-dev": {
"laminas/laminas-cache": "3.0.x-dev",
"laminas/laminas-cache-storage-adapter-test": "2.0.x-dev",
"laminas/laminas-cache-storage-adapter-test": "^2.3",
"laminas/laminas-coding-standard": "~2.3.0",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.9"
},
"config": {
"sort-packages": true,
"platform": {
"php": "7.3.99"
"php": "7.4.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand Down
Loading

0 comments on commit 6ca18fd

Please sign in to comment.