Skip to content

Commit 79ab891

Browse files
committed
release: 1.2.0
1 parent 1b19a58 commit 79ab891

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following implementations can be discovered, but require manual instantiatio
3737
- [cache/chain-adapter](https://github.com/php-cache/chain-adapter) ^1.0
3838
- [cache/doctrine-adapter](https://github.com/php-cache/doctrine-adapter) ^1.0
3939
- [cache/filesystem-adapter](https://github.com/php-cache/filesystem-adapter) ^1.0
40-
- [cache/memcache-adapter](https://github.com/php-cache/memcache-adapter) ^1.
40+
- [cache/memcache-adapter](https://github.com/php-cache/memcache-adapter) ^1.0
4141
- [cache/memcached-adapter](https://github.com/php-cache/memcached-adapter) ^1.0
4242
- [cache/mongodb-adapter](https://github.com/php-cache/mongodb-adapter) ^1.0
4343
- [cache/predis-adapter](https://github.com/php-cache/predis-adapter) ^1.0

src/Implementations/Psr6/Caches.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@ public static function allCandidates(): CandidatesCollection
8787
builder: static fn () => null,
8888
));
8989

90-
self::$extendedCandidates->add(CandidateEntity::create(
91-
package: 'cache/memcached-adapter',
92-
version: '^1.0',
93-
builder: static fn () => null,
94-
));
95-
9690
self::$extendedCandidates->add(CandidateEntity::create(
9791
package: 'matthiasmullie/scrapbook',
9892
version: '^1.0',

0 commit comments

Comments
 (0)