From 2696e716c4e7bd730ca5bcefbef35b4354da747a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Mar 2023 09:30:58 +0200 Subject: update to 4.4.12 --- composer.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 39f7d66..9a80cd6 100644 --- a/composer.json +++ b/composer.json @@ -67,6 +67,14 @@ "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/container-implementation": "^1.0 || ^2.0", + "psr/http-client-implementation": "^1.0", + "psr/http-server-handler-implementation": "^1.0", + "psr/http-server-middleware-implementation": "^1.0", + "psr/log-implementation": "^1.0 || ^2.0", + "psr/simple-cache-implementation": "^1.0 || ^2.0" + }, "config": { "process-timeout": 900, "sort-packages": true, -- cgit