Skip to content

Commit

Permalink
Merge pull request #9 from lmc-eu/feature/allow-psr-cache
Browse files Browse the repository at this point in the history
Allow psr/cache v2
  • Loading branch information
MortalFlesh authored Jan 30, 2024
2 parents 75fa461 + 8e946cd commit 0fc3f45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- There should always be "Unreleased" section at the beginning. -->

## Unreleased
- Allow `psr/cache` v2

## 2.0.0 - 2022-04-27
- Require php 8.1
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ext-json": "*",
"ext-mbstring": "*",
"lmc/cqrs-types": "^3.0",
"psr/cache": "^3.0",
"psr/cache": "^2.0 || ^3.0",
"psr/http-message": "^1.0.1",
"ramsey/collection": "^1.2.2",
"ramsey/uuid": "^4.2.3",
Expand Down Expand Up @@ -36,9 +36,9 @@
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"dealerdirect/phpcodesniffer-composer-installer": true
"phpstan/extension-installer": true
},
"sort-packages": true
},
Expand Down

0 comments on commit 0fc3f45

Please sign in to comment.