From abb26852bfd6c2302a0658c0e8d0ccd5eea4e6c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:28:17 +0000 Subject: [PATCH] composer(deps): update statamic/cms requirement from ^5.0 to ^5.25 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/5.x/CHANGELOG.md) - [Commits](https://github.com/statamic/cms/compare/v5.0.0...v5.25.0) --- updated-dependencies: - dependency-name: statamic/cms 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 c851724..43891ec 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php": "^8.3", "ext-json": "*", - "statamic/cms": "^5.0" + "statamic/cms": "^5.25" }, "require-dev": { "orchestra/testbench": "^9.1",