summaryrefslogtreecommitdiffstats
path: root/src/Core/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/composer.json')
-rw-r--r--src/Core/composer.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Core/composer.json b/src/Core/composer.json
index 2a62b03..d5d4cf7 100644
--- a/src/Core/composer.json
+++ b/src/Core/composer.json
@@ -25,6 +25,9 @@
"php": ">=7.4.0",
"cakephp/utility": "^4.0"
},
+ "provide": {
+ "psr/container-implementation": "^1.0 || ^2.0"
+ },
"suggest": {
"cakephp/event": "To use PluginApplicationInterface or plugin applications.",
"cakephp/cache": "To use Configure::store() and restore().",