Browse Source

Adding provide psr/simple-cache-implementation

Chris Hallgren 3 years ago
parent
commit
dd92e91cd0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      composer.json

+ 3 - 0
composer.json

@@ -67,6 +67,9 @@
         "lib-ICU": "The intl PHP library, to use Text::transliterate() or Text::slug()",
         "paragonie/csp-builder": "CSP builder, to use the CSP Middleware"
     },
+    "provide": {
+        "psr/simple-cache-implementation": "^1.0.0"
+    },
     "config": {
         "process-timeout": 900,
         "sort-packages": true,