Skip to content

Commit 3bc5ca4

Browse files
committed
Show that we provide psr/simple-cache-implementation
1 parent e5e2753 commit 3bc5ca4

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
@@ -36,7 +36,8 @@
3636
"cache/integration-tests": "^0.16"
3737
},
3838
"provide": {
39-
"psr/cache-implementation": "^1.0"
39+
"psr/cache-implementation": "^1.0",
40+
"psr/simple-cache-implementation": "^1.0"
4041
},
4142
"autoload": {
4243
"psr-4": {

0 commit comments

Comments
 (0)