From d2d0ba92187920538736aedd0169037ac17dab0e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Nov 2019 10:03:41 +0100 Subject: - update to 1.1.8 - psr/cache and psr/container are mandatory --- composer.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index f78ba69..b9277e1 100644 --- a/composer.json +++ b/composer.json @@ -16,11 +16,11 @@ } ], "require": { - "php": "^7.1.3" + "php": "^7.1.3", + "psr/cache": "^1.0", + "psr/container": "^1.0" }, "require-dev": { - "psr/cache": "^1.0", - "psr/container": "^1.0", "symfony/polyfill-intl-idn": "^1.10" }, "replace": { @@ -31,8 +31,6 @@ "symfony/translation-contracts": "self.version" }, "suggest": { - "psr/cache": "When using the Cache contracts", - "psr/container": "When using the Service contracts", "psr/event-dispatcher": "When using the EventDispatcher contracts", "symfony/cache-implementation": "", "symfony/event-dispatcher-implementation": "", -- cgit