From ebf606c33b633e71b6416991b26d1689a7b02209 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Fri, 27 Sep 2024 11:29:15 +0100 Subject: [PATCH] Bump minimun version of `statamic/cms` This should mean that the built assets include the changes from https://github.com/statamic/cms/pull/10264. Fixes #614. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c72aecec..1374feb6 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "pixelfear/composer-dist-plugin": "^0.1.5", "spatie/ignition": "^1.15", "spatie/invade": "^2.1", - "statamic/cms": "^5.25.0" + "statamic/cms": "^5.26.0" }, "require-dev": { "laravel/pint": "^1.0",