We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f2021 commit cff4337Copy full SHA for cff4337
1 file changed
composer.json
@@ -14,6 +14,10 @@
14
"psr/simple-cache": "^1.0",
15
"psr/cache": "^1.0"
16
},
17
+ "provide": {
18
+// "psr/cache-implementation": "1.0",
19
+ "psr/simple-cache-implementation": "1.0",
20
+ },
21
"autoload": {
22
"psr-4": {
23
"ihipop\\PsrNullCache\\": "src/"
0 commit comments