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 @@ -