From 2d94d132fcbc450f8afd5358d92572dffe2ed42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Tue, 30 Jan 2024 21:33:30 +0100 Subject: [PATCH] Drop experimental APCu cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was done only to test a few things and doesn't provide real value by itself. Signed-off-by: Luís Cobucci --- composer.json | 3 --- src/Cache/ApcuCache.php | 29 ----------------------------- 2 files changed, 32 deletions(-) delete mode 100644 src/Cache/ApcuCache.php diff --git a/composer.json b/composer.json index 81ee506..9047c04 100644 --- a/composer.json +++ b/composer.json @@ -25,9 +25,6 @@ "phpstan/phpstan-strict-rules": "^1.5", "phpunit/phpunit": "^10.3" }, - "suggest": { - "ext-apcu": "To be able to use APCu cache driver" - }, "autoload": { "psr-4": { "FastRoute\\": "src/" diff --git a/src/Cache/ApcuCache.php b/src/Cache/ApcuCache.php deleted file mode 100644 index 3bdc36f..0000000 --- a/src/Cache/ApcuCache.php +++ /dev/null @@ -1,29 +0,0 @@ -