Skip to content

Commit

Permalink
Drop experimental APCu cache
Browse files Browse the repository at this point in the history
This was done only to test a few things and doesn't provide real value
by itself.

Signed-off-by: Luís Cobucci <[email protected]>
  • Loading branch information
lcobucci committed Jan 31, 2024
1 parent 87321b0 commit 2d94d13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
29 changes: 0 additions & 29 deletions src/Cache/ApcuCache.php

This file was deleted.

0 comments on commit 2d94d13

Please sign in to comment.