From ab27da29c1e438618f344ad0e7a9c284ae09aed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:07:12 +0000 Subject: [PATCH] composer(deps): update statamic/cms requirement from ^5.0 to ^5.19 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.19.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..c7d38ca 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php": "^8.3", "ext-json": "*", - "statamic/cms": "^5.0" + "statamic/cms": "^5.19" }, "require-dev": { "orchestra/testbench": "^9.1",