Skip to content

Commit 7573ddc

Browse files
committed
Show that we provide psr/simple-cache-implementation
1 parent a2f0be7 commit 7573ddc

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
@@ -38,7 +38,8 @@
3838
"ext-memcache": "The extension required to use this pool."
3939
},
4040
"provide": {
41-
"psr/cache-implementation": "^1.0"
41+
"psr/cache-implementation": "^1.0",
42+
"psr/simple-cache-implementation": "^1.0"
4243
},
4344
"autoload": {
4445
"psr-4": {

0 commit comments

Comments
 (0)