From 13ad0f0d12a46b2a8345c6fbf3a898aec32944a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 14:01:28 +0000 Subject: [PATCH] composer(deps): update statamic/cms requirement from ^3.2 to ^3.4 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/3.4/CHANGELOG.md) - [Commits](https://github.com/statamic/cms/compare/v3.2.0...v3.4.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 c2c07a2..0f2f5d3 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php": "^8.0", "ext-json": "*", - "statamic/cms": "^3.2" + "statamic/cms": "^3.4" }, "require-dev": { "nunomaduro/larastan": "^0.7.12",