From 8d0abbd713b1bea938eb177e9599b3e92a77ca61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 06:00:07 +0000 Subject: [PATCH] Update syntro/silverstripe-elemental-baseitem requirement Updates the requirements on [syntro/silverstripe-elemental-baseitem](https://github.com/syntro-opensource/silverstripe-elemental-baseitem) to permit the latest version. - [Release notes](https://github.com/syntro-opensource/silverstripe-elemental-baseitem/releases) - [Changelog](https://github.com/syntro-opensource/silverstripe-elemental-baseitem/blob/master/CHANGELOG.md) - [Commits](https://github.com/syntro-opensource/silverstripe-elemental-baseitem/compare/1.0.1...1.2.0) --- updated-dependencies: - dependency-name: syntro/silverstripe-elemental-baseitem 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 dce3051..ba2692e 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "dnadesign/silverstripe-elemental": "^4", "gorriecoe/silverstripe-link": "^1.3", "gorriecoe/silverstripe-linkfield": "^1.0", - "syntro/silverstripe-elemental-baseitem": "1.0.1" + "syntro/silverstripe-elemental-baseitem": "1.2.0" }, "require-dev": { "phpunit/phpunit": "^5.7",