We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140dee7 commit 367ce19Copy full SHA for 367ce19
2 files changed
README.md
@@ -42,4 +42,4 @@ This library uses the [Koded Simple Cache][koded-cache-simple]. Please see the R
42
43
44
45
-[koded-cache-simple]: https://github.com/kodedphp/cache-simple
+[koded-cache-simple]: https://github.com/kodedphp/cache-simple#configuration-directives
composer.json
@@ -25,7 +25,7 @@
25
"koded/cache-simple": "dev-2.0-dev"
26
},
27
"autoload": {
28
- "psr-0": {
+ "psr-4": {
29
"Koded\\Caching\\": ""
30
31
"exclude-from-classmap": [
0 commit comments