Skip to content

Commit

Permalink
Allow psr/cache v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chromec Petr committed Jan 30, 2024
1 parent dd1f43d commit 17f35ca
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

## 3.0.0 - 2022-04-22
- [**BC**] 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-hash": "*",
"ext-json": "*",
"ext-mbstring": "*",
"psr/cache": "^3.0",
"psr/cache": "^2.0 || ^3.0",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0"
},
Expand All @@ -33,9 +33,9 @@
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
"phpstan/extension-installer": true
},
"sort-packages": true
},
Expand Down

0 comments on commit 17f35ca

Please sign in to comment.