Skip to content

Commit 9aade94

Browse files
committed
Show that we provide psr/simple-cache-implementation
1 parent 90989bc commit 9aade94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"ext-memcached": "The extension required to use this pool."
4040
},
4141
"provide": {
42-
"psr/cache-implementation": "^1.0"
42+
"psr/cache-implementation": "^1.0",
43+
"psr/simple-cache-implementation": "^1.0"
4344
},
4445
"autoload": {
4546
"psr-4": {

0 commit comments

Comments
 (0)