From 757e5e373c59332227aac971d62e46b1e19b809b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 02:34:32 +0000 Subject: [PATCH] chore(deps): update statamic/cms requirement from ^5.0 to ^6.2 Updates the requirements on [statamic/cms](https://github.com/statamic/cms) to permit the latest version. - [Release notes](https://github.com/statamic/cms/releases) - [Changelog](https://github.com/statamic/cms/blob/6.x/CHANGELOG.md) - [Commits](https://github.com/statamic/cms/compare/v5.0.0...v6.2.4) --- updated-dependencies: - dependency-name: statamic/cms dependency-version: 6.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7e910fe..893d6fd 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } }, "require": { - "statamic/cms": "^5.0", + "statamic/cms": "^6.2", "laravel/pint": "v1.24.0", "prism-php/prism": ">=0.81 ^0", "livewire/livewire": "^v3.6.4"