diff --git a/composer.json b/composer.json index 858c316f..23da52b1 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "php": ">=7.4", "doctrine/cache": "^1.3", "league/flysystem": "^1.0", - "psr/cache": "^1.0 || ^2.0", + "psr/cache": "^1.0 || ^2.0 || ^3.0", "psr/log": "^1.0 || ^2.0 || ^3.0", "psr/simple-cache": "^1.0" }, @@ -106,5 +106,10 @@ "branch-alias": { "dev-master": "1.1-dev" } + }, + "config": { + "allow-plugins": { + "kylekatarnls/update-helper": true + } } }