From 1d86d9d91b5a26e8c5e36b8daa7f6b814c637725 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 May 2019 13:40:43 +0200 Subject: v3.95.0 from Fedora --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index ca5dc4b..20e3353 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,8 @@ "aws/aws-php-sns-message-validator": "~1.0", "nette/neon": "^2.3", "andrewsville/php-token-reflection": "^1.4", - "psr/cache": "^1.0" + "psr/cache": "^1.0", + "psr/simple-cache": "^1.0" }, "suggest": { "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages", -- cgit