Install nexxai/laravel-cfcache

This commit is contained in:
Shift
2026-01-15 13:17:57 +00:00
parent 15e28c2a21
commit 42149d8247
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -243,3 +243,6 @@ TMUX_USE_POWERLINE=true
TMUX_USE_NERD_FONTS=true
TMUX_TERMINAL=tmux-256color
CFCACHE_API_TOKEN=
CFCACHE_ZONE_ID=
+2 -1
View File
@@ -119,7 +119,8 @@
"nunomaduro/collision": "^8.6",
"php-coveralls/php-coveralls": "^2.4",
"phpunit/phpunit": "^12.1.0",
"rector/rector": "^2.0"
"rector/rector": "^2.0",
"nexxai/laravel-cfcache": "^1.0"
},
"suggest": {
"ext-gd": "to use GD library based image processing.",