From afb533a52525467e14d8577ca6ab93a467186206 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Mon, 28 Oct 2024 14:24:54 +0000 Subject: [PATCH] Require Statamic 5.35.0 It introduces a new `allowed_extensions` config option to the Files fieldtype: https://github.com/statamic/cms/pull/10998 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 14b8f42..6bdad67 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } }, "require": { - "statamic/cms": "^5.34.0", + "statamic/cms": "^5.35.0", "spatie/simple-excel": "^3.7", "symfony/dom-crawler": "^7.1", "pixelfear/composer-dist-plugin": "^0.1.5"