From 506011f933747b4059dab48411de12bf9b509620 Mon Sep 17 00:00:00 2001 From: tracer Date: Fri, 13 Feb 2026 10:19:31 +0100 Subject: [PATCH] added cache folder --- bootstrap/cache/.gitkeep | 0 composer.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 bootstrap/cache/.gitkeep diff --git a/bootstrap/cache/.gitkeep b/bootstrap/cache/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/composer.json b/composer.json index 7ac53bf..d6e4d94 100644 --- a/composer.json +++ b/composer.json @@ -98,5 +98,5 @@ "minimum-stability": "stable", "prefer-stable": true, "version": "26.0.2", - "build": "66" + "build": "67" }