Skip to content

Commit 4811d80

Browse files
author
Kirill Rumynin
committed
php 8.3 support
1 parent 3b7fdbb commit 4811d80

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[PSR-16 SimpleCache](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-16-simple-cache.md)
1010
implementation that accepts a Doctrine Cache and adapts it for the PSR-16 standards.
11-
11+
1212
## Installation
1313

1414
This will install `doctrine/cache` if not already installed.
@@ -44,8 +44,8 @@ final class MyCacheFactory
4444

4545
### BC Breaks in 2.0
4646

47-
* Support for `MultiOperationCache` added, includes support for `deleteMultiple` in Doctrine 1.7 breaks:
48-
* `CacheException` static constructors `fromNonMultiGetCache` and `fromNonMultiPutCache` have been replaced with
49-
`fromNonMultiOperationCache`.
50-
* `SimpleCacheAdapter` now requires an adapter implementing `MultiOperationCache`, and no longer specifically
51-
requires a cache implementing `MultiGetCache` or `MultiPutCache` explicitly.
47+
* Support for `MultiOperationCache` added, includes support for `deleteMultiple` in Doctrine 1.7 breaks:
48+
* `CacheException` static constructors `fromNonMultiGetCache` and `fromNonMultiPutCache` have been replaced with
49+
`fromNonMultiOperationCache`.
50+
* `SimpleCacheAdapter` now requires an adapter implementing `MultiOperationCache`, and no longer specifically
51+
requires a cache implementing `MultiGetCache` or `MultiPutCache` explicitly.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Doctrine Cache adapter for PSR-16 Simple Cache",
44
"type": "library",
55
"require": {
6-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
6+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
77
"doctrine/cache": "^1.13.0",
88
"psr/simple-cache": "^1.0.1"
99
},

composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)