From 6c98ccbfbd81a6254efcd145101f09ec4e294589 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Thu, 31 Aug 2023 14:08:09 +1200 Subject: [PATCH 1/8] MNT Update development dependencies --- composer.json | 72 +++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/composer.json b/composer.json index 6bd4b37..21fc61d 100644 --- a/composer.json +++ b/composer.json @@ -6,41 +6,41 @@ "license": "BSD-3-Clause", "require": { "php": "^8.1", - "silverstripe/recipe-plugin": "2.x-dev", - "silverstripe/installer": "5.x-dev", - "silverstripe/recipe-authoring-tools": "2.x-dev", - "silverstripe/recipe-blog": "2.x-dev", - "silverstripe/recipe-collaboration": "2.x-dev", - "silverstripe/recipe-form-building": "2.x-dev", - "silverstripe/recipe-reporting-tools": "2.x-dev", - "silverstripe/recipe-services": "2.x-dev", - "silverstripe/recipe-content-blocks": "3.x-dev", - "silverstripe/auditor": "3.x-dev", - "silverstripe/developer-docs": "5.x-dev", - "silverstripe/environmentcheck": "3.x-dev", - "silverstripe/hybridsessions": "3.x-dev", - "silverstripe/registry": "3.x-dev", - "silverstripe/totp-authenticator": "5.x-dev", - "silverstripe/mfa": "5.x-dev", - "silverstripe/crontask": "3.x-dev", - "silverstripe/gridfieldqueuedexport": "3.x-dev", - "silverstripe/ldap": "2.x-dev", - "silverstripe/textextraction": "4.x-dev", - "silverstripe/realme": "5.x-dev", - "silverstripe/webauthn-authenticator": "5.x-dev", - "silverstripe/subsites": "3.x-dev", - "silverstripe/lumberjack": "3.x-dev", - "silverstripe/staticpublishqueue": "6.x-dev", - "cwp/starter-theme": "4.x-dev", - "cwp/agency-extensions": "3.x-dev", - "cwp/watea-theme": "4.x-dev", - "dnadesign/silverstripe-elemental-userforms": "4.x-dev", - "symbiote/silverstripe-multivaluefield": "6.x-dev", - "symbiote/silverstripe-gridfieldextensions": "4.x-dev", - "symbiote/silverstripe-queuedjobs": "5.x-dev", - "colymba/gridfield-bulk-editing-tools": "4.x-dev", - "tractorcow/silverstripe-fluent": "7.x-dev", - "silverstripe/dynamodb": "5.x-dev" + "silverstripe/recipe-plugin": "2.0.x-dev", + "silverstripe/installer": "5.1.x-dev", + "silverstripe/recipe-authoring-tools": "2.1.x-dev", + "silverstripe/recipe-blog": "2.1.x-dev", + "silverstripe/recipe-collaboration": "2.1.x-dev", + "silverstripe/recipe-form-building": "2.1.x-dev", + "silverstripe/recipe-reporting-tools": "2.1.x-dev", + "silverstripe/recipe-services": "2.1.x-dev", + "silverstripe/recipe-content-blocks": "3.1.x-dev", + "silverstripe/auditor": "3.0.x-dev", + "silverstripe/developer-docs": "5.1.x-dev", + "silverstripe/environmentcheck": "3.0.x-dev", + "silverstripe/hybridsessions": "3.0.x-dev", + "silverstripe/registry": "3.1.x-dev", + "silverstripe/totp-authenticator": "5.1.x-dev", + "silverstripe/mfa": "5.1.x-dev", + "silverstripe/crontask": "3.0.x-dev", + "silverstripe/gridfieldqueuedexport": "3.1.x-dev", + "silverstripe/ldap": "2.1.x-dev", + "silverstripe/textextraction": "4.0.x-dev", + "silverstripe/realme": "5.2.x-dev", + "silverstripe/webauthn-authenticator": "5.1.x-dev", + "silverstripe/subsites": "3.1.x-dev", + "silverstripe/lumberjack": "3.0.x-dev", + "silverstripe/staticpublishqueue": "6.1.x-dev", + "cwp/starter-theme": "4.0.x-dev", + "cwp/agency-extensions": "3.1.x-dev", + "cwp/watea-theme": "4.0.x-dev", + "dnadesign/silverstripe-elemental-userforms": "4.1.x-dev", + "symbiote/silverstripe-multivaluefield": "6.0.x-dev", + "symbiote/silverstripe-gridfieldextensions": "4.0.x-dev", + "symbiote/silverstripe-queuedjobs": "5.0.x-dev", + "colymba/gridfield-bulk-editing-tools": "4.0.x-dev", + "tractorcow/silverstripe-fluent": "7.0.x-dev", + "silverstripe/dynamodb": "5.0.x-dev" }, "require-dev": { "silverstripe/frameworktest": "^1", @@ -67,4 +67,4 @@ }, "prefer-stable": true, "minimum-stability": "dev" -} +} \ No newline at end of file From 1f5d78bf33ee65d259451de3c7f14e5ba686775f Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Fri, 1 Sep 2023 09:48:25 +1200 Subject: [PATCH 2/8] MNT Update release dependencies --- composer.json | 70 +++++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/composer.json b/composer.json index 21fc61d..df254be 100644 --- a/composer.json +++ b/composer.json @@ -6,41 +6,41 @@ "license": "BSD-3-Clause", "require": { "php": "^8.1", - "silverstripe/recipe-plugin": "2.0.x-dev", - "silverstripe/installer": "5.1.x-dev", - "silverstripe/recipe-authoring-tools": "2.1.x-dev", - "silverstripe/recipe-blog": "2.1.x-dev", - "silverstripe/recipe-collaboration": "2.1.x-dev", - "silverstripe/recipe-form-building": "2.1.x-dev", - "silverstripe/recipe-reporting-tools": "2.1.x-dev", - "silverstripe/recipe-services": "2.1.x-dev", - "silverstripe/recipe-content-blocks": "3.1.x-dev", - "silverstripe/auditor": "3.0.x-dev", - "silverstripe/developer-docs": "5.1.x-dev", - "silverstripe/environmentcheck": "3.0.x-dev", - "silverstripe/hybridsessions": "3.0.x-dev", - "silverstripe/registry": "3.1.x-dev", - "silverstripe/totp-authenticator": "5.1.x-dev", - "silverstripe/mfa": "5.1.x-dev", - "silverstripe/crontask": "3.0.x-dev", - "silverstripe/gridfieldqueuedexport": "3.1.x-dev", - "silverstripe/ldap": "2.1.x-dev", - "silverstripe/textextraction": "4.0.x-dev", - "silverstripe/realme": "5.2.x-dev", - "silverstripe/webauthn-authenticator": "5.1.x-dev", - "silverstripe/subsites": "3.1.x-dev", - "silverstripe/lumberjack": "3.0.x-dev", - "silverstripe/staticpublishqueue": "6.1.x-dev", - "cwp/starter-theme": "4.0.x-dev", - "cwp/agency-extensions": "3.1.x-dev", - "cwp/watea-theme": "4.0.x-dev", - "dnadesign/silverstripe-elemental-userforms": "4.1.x-dev", - "symbiote/silverstripe-multivaluefield": "6.0.x-dev", - "symbiote/silverstripe-gridfieldextensions": "4.0.x-dev", - "symbiote/silverstripe-queuedjobs": "5.0.x-dev", - "colymba/gridfield-bulk-editing-tools": "4.0.x-dev", - "tractorcow/silverstripe-fluent": "7.0.x-dev", - "silverstripe/dynamodb": "5.0.x-dev" + "silverstripe/recipe-plugin": "~2.0.0@stable", + "silverstripe/installer": "~5.1.0@beta", + "silverstripe/recipe-authoring-tools": "~2.1.0@beta", + "silverstripe/recipe-blog": "~2.1.0@beta", + "silverstripe/recipe-collaboration": "~2.1.0@beta", + "silverstripe/recipe-form-building": "~2.1.0@beta", + "silverstripe/recipe-reporting-tools": "~2.1.0@beta", + "silverstripe/recipe-services": "~2.1.0@beta", + "silverstripe/recipe-content-blocks": "~3.1.0@beta", + "silverstripe/auditor": "~3.0.0@stable", + "silverstripe/developer-docs": "~5.1.0@beta", + "silverstripe/environmentcheck": "~3.0.1@stable", + "silverstripe/hybridsessions": "~3.0.2@stable", + "silverstripe/registry": "~3.1.0@beta", + "silverstripe/totp-authenticator": "~5.1.0@beta", + "silverstripe/mfa": "~5.1.0@beta", + "silverstripe/crontask": "~3.0.2@stable", + "silverstripe/gridfieldqueuedexport": "~3.1.0@beta", + "silverstripe/ldap": "~2.1.0@beta", + "silverstripe/textextraction": "~4.0.0@stable", + "silverstripe/realme": "~5.2.0@beta", + "silverstripe/webauthn-authenticator": "~5.1.0@beta", + "silverstripe/subsites": "~3.1.0@beta", + "silverstripe/lumberjack": "~3.0.2@stable", + "silverstripe/staticpublishqueue": "~6.1.0@beta", + "cwp/starter-theme": "~4.0.0@stable", + "cwp/agency-extensions": "~3.1.0@beta", + "cwp/watea-theme": "~4.0.0@stable", + "dnadesign/silverstripe-elemental-userforms": "~4.1.0@beta", + "symbiote/silverstripe-multivaluefield": "~6.0.1@stable", + "symbiote/silverstripe-gridfieldextensions": "~4.0.3@stable", + "symbiote/silverstripe-queuedjobs": "~5.0.2@stable", + "colymba/gridfield-bulk-editing-tools": "~4.0.0@stable", + "tractorcow/silverstripe-fluent": "~7.0.0@stable", + "silverstripe/dynamodb": "~5.0.0@stable" }, "require-dev": { "silverstripe/frameworktest": "^1", From f870279bf0c175e8449884845c207c5d1bb2eed6 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Fri, 1 Sep 2023 09:48:28 +1200 Subject: [PATCH 3/8] MNT Update development dependencies --- composer.json | 70 +++++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/composer.json b/composer.json index df254be..21fc61d 100644 --- a/composer.json +++ b/composer.json @@ -6,41 +6,41 @@ "license": "BSD-3-Clause", "require": { "php": "^8.1", - "silverstripe/recipe-plugin": "~2.0.0@stable", - "silverstripe/installer": "~5.1.0@beta", - "silverstripe/recipe-authoring-tools": "~2.1.0@beta", - "silverstripe/recipe-blog": "~2.1.0@beta", - "silverstripe/recipe-collaboration": "~2.1.0@beta", - "silverstripe/recipe-form-building": "~2.1.0@beta", - "silverstripe/recipe-reporting-tools": "~2.1.0@beta", - "silverstripe/recipe-services": "~2.1.0@beta", - "silverstripe/recipe-content-blocks": "~3.1.0@beta", - "silverstripe/auditor": "~3.0.0@stable", - "silverstripe/developer-docs": "~5.1.0@beta", - "silverstripe/environmentcheck": "~3.0.1@stable", - "silverstripe/hybridsessions": "~3.0.2@stable", - "silverstripe/registry": "~3.1.0@beta", - "silverstripe/totp-authenticator": "~5.1.0@beta", - "silverstripe/mfa": "~5.1.0@beta", - "silverstripe/crontask": "~3.0.2@stable", - "silverstripe/gridfieldqueuedexport": "~3.1.0@beta", - "silverstripe/ldap": "~2.1.0@beta", - "silverstripe/textextraction": "~4.0.0@stable", - "silverstripe/realme": "~5.2.0@beta", - "silverstripe/webauthn-authenticator": "~5.1.0@beta", - "silverstripe/subsites": "~3.1.0@beta", - "silverstripe/lumberjack": "~3.0.2@stable", - "silverstripe/staticpublishqueue": "~6.1.0@beta", - "cwp/starter-theme": "~4.0.0@stable", - "cwp/agency-extensions": "~3.1.0@beta", - "cwp/watea-theme": "~4.0.0@stable", - "dnadesign/silverstripe-elemental-userforms": "~4.1.0@beta", - "symbiote/silverstripe-multivaluefield": "~6.0.1@stable", - "symbiote/silverstripe-gridfieldextensions": "~4.0.3@stable", - "symbiote/silverstripe-queuedjobs": "~5.0.2@stable", - "colymba/gridfield-bulk-editing-tools": "~4.0.0@stable", - "tractorcow/silverstripe-fluent": "~7.0.0@stable", - "silverstripe/dynamodb": "~5.0.0@stable" + "silverstripe/recipe-plugin": "2.0.x-dev", + "silverstripe/installer": "5.1.x-dev", + "silverstripe/recipe-authoring-tools": "2.1.x-dev", + "silverstripe/recipe-blog": "2.1.x-dev", + "silverstripe/recipe-collaboration": "2.1.x-dev", + "silverstripe/recipe-form-building": "2.1.x-dev", + "silverstripe/recipe-reporting-tools": "2.1.x-dev", + "silverstripe/recipe-services": "2.1.x-dev", + "silverstripe/recipe-content-blocks": "3.1.x-dev", + "silverstripe/auditor": "3.0.x-dev", + "silverstripe/developer-docs": "5.1.x-dev", + "silverstripe/environmentcheck": "3.0.x-dev", + "silverstripe/hybridsessions": "3.0.x-dev", + "silverstripe/registry": "3.1.x-dev", + "silverstripe/totp-authenticator": "5.1.x-dev", + "silverstripe/mfa": "5.1.x-dev", + "silverstripe/crontask": "3.0.x-dev", + "silverstripe/gridfieldqueuedexport": "3.1.x-dev", + "silverstripe/ldap": "2.1.x-dev", + "silverstripe/textextraction": "4.0.x-dev", + "silverstripe/realme": "5.2.x-dev", + "silverstripe/webauthn-authenticator": "5.1.x-dev", + "silverstripe/subsites": "3.1.x-dev", + "silverstripe/lumberjack": "3.0.x-dev", + "silverstripe/staticpublishqueue": "6.1.x-dev", + "cwp/starter-theme": "4.0.x-dev", + "cwp/agency-extensions": "3.1.x-dev", + "cwp/watea-theme": "4.0.x-dev", + "dnadesign/silverstripe-elemental-userforms": "4.1.x-dev", + "symbiote/silverstripe-multivaluefield": "6.0.x-dev", + "symbiote/silverstripe-gridfieldextensions": "4.0.x-dev", + "symbiote/silverstripe-queuedjobs": "5.0.x-dev", + "colymba/gridfield-bulk-editing-tools": "4.0.x-dev", + "tractorcow/silverstripe-fluent": "7.0.x-dev", + "silverstripe/dynamodb": "5.0.x-dev" }, "require-dev": { "silverstripe/frameworktest": "^1", From 39877b5e81610e1f59fc03006c86ecdb65fc8c8f Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 7 Sep 2023 14:15:31 +1200 Subject: [PATCH 4/8] MNT Fix exclude node --- phpunit.xml.dist | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index b1a15fd..c94a2d6 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -14,9 +14,7 @@ vendor/silverstripe/framework/tests/php - - vendor/silverstripe/framework/tests/php/ORM - + vendor/silverstripe/framework/tests/php/ORM From f181c3180cd19e4cc8aeb51509715cc7c3fc8bb9 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Tue, 19 Sep 2023 11:17:50 +1200 Subject: [PATCH 5/8] MNT Update release dependencies --- composer.json | 70 +++++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/composer.json b/composer.json index 21fc61d..9ea513d 100644 --- a/composer.json +++ b/composer.json @@ -6,41 +6,41 @@ "license": "BSD-3-Clause", "require": { "php": "^8.1", - "silverstripe/recipe-plugin": "2.0.x-dev", - "silverstripe/installer": "5.1.x-dev", - "silverstripe/recipe-authoring-tools": "2.1.x-dev", - "silverstripe/recipe-blog": "2.1.x-dev", - "silverstripe/recipe-collaboration": "2.1.x-dev", - "silverstripe/recipe-form-building": "2.1.x-dev", - "silverstripe/recipe-reporting-tools": "2.1.x-dev", - "silverstripe/recipe-services": "2.1.x-dev", - "silverstripe/recipe-content-blocks": "3.1.x-dev", - "silverstripe/auditor": "3.0.x-dev", - "silverstripe/developer-docs": "5.1.x-dev", - "silverstripe/environmentcheck": "3.0.x-dev", - "silverstripe/hybridsessions": "3.0.x-dev", - "silverstripe/registry": "3.1.x-dev", - "silverstripe/totp-authenticator": "5.1.x-dev", - "silverstripe/mfa": "5.1.x-dev", - "silverstripe/crontask": "3.0.x-dev", - "silverstripe/gridfieldqueuedexport": "3.1.x-dev", - "silverstripe/ldap": "2.1.x-dev", - "silverstripe/textextraction": "4.0.x-dev", - "silverstripe/realme": "5.2.x-dev", - "silverstripe/webauthn-authenticator": "5.1.x-dev", - "silverstripe/subsites": "3.1.x-dev", - "silverstripe/lumberjack": "3.0.x-dev", - "silverstripe/staticpublishqueue": "6.1.x-dev", - "cwp/starter-theme": "4.0.x-dev", - "cwp/agency-extensions": "3.1.x-dev", - "cwp/watea-theme": "4.0.x-dev", - "dnadesign/silverstripe-elemental-userforms": "4.1.x-dev", - "symbiote/silverstripe-multivaluefield": "6.0.x-dev", - "symbiote/silverstripe-gridfieldextensions": "4.0.x-dev", - "symbiote/silverstripe-queuedjobs": "5.0.x-dev", - "colymba/gridfield-bulk-editing-tools": "4.0.x-dev", - "tractorcow/silverstripe-fluent": "7.0.x-dev", - "silverstripe/dynamodb": "5.0.x-dev" + "silverstripe/recipe-plugin": "~2.0.0@stable", + "silverstripe/installer": "~5.1.0@rc", + "silverstripe/recipe-authoring-tools": "~2.1.0@rc", + "silverstripe/recipe-blog": "~2.1.0@rc", + "silverstripe/recipe-collaboration": "~2.1.0@rc", + "silverstripe/recipe-form-building": "~2.1.0@rc", + "silverstripe/recipe-reporting-tools": "~2.1.0@rc", + "silverstripe/recipe-services": "~2.1.0@rc", + "silverstripe/recipe-content-blocks": "~3.1.0@rc", + "silverstripe/auditor": "~3.0.0@stable", + "silverstripe/developer-docs": "~5.1.0@rc", + "silverstripe/environmentcheck": "~3.0.1@stable", + "silverstripe/hybridsessions": "~3.0.2@stable", + "silverstripe/registry": "~3.1.0@rc", + "silverstripe/totp-authenticator": "~5.1.0@rc", + "silverstripe/mfa": "~5.1.0@rc", + "silverstripe/crontask": "~3.0.2@stable", + "silverstripe/gridfieldqueuedexport": "~3.1.0@rc", + "silverstripe/ldap": "~2.1.0@rc", + "silverstripe/textextraction": "~4.0.0@stable", + "silverstripe/realme": "~5.2.0@rc", + "silverstripe/webauthn-authenticator": "~5.1.0@rc", + "silverstripe/subsites": "~3.1.0@rc", + "silverstripe/lumberjack": "~3.0.2@stable", + "silverstripe/staticpublishqueue": "~6.1.0@rc", + "cwp/starter-theme": "~4.0.0@stable", + "cwp/agency-extensions": "~3.1.0@rc", + "cwp/watea-theme": "~4.0.0@stable", + "dnadesign/silverstripe-elemental-userforms": "~4.1.0@rc", + "symbiote/silverstripe-multivaluefield": "~6.0.1@stable", + "symbiote/silverstripe-gridfieldextensions": "~4.0.3@stable", + "symbiote/silverstripe-queuedjobs": "~5.0.2@stable", + "colymba/gridfield-bulk-editing-tools": "~4.0.0@stable", + "tractorcow/silverstripe-fluent": "~7.0.0@stable", + "silverstripe/dynamodb": "~5.0.0@stable" }, "require-dev": { "silverstripe/frameworktest": "^1", From 6fc1b5ff8bf007ef82ada61e18a3519d05e3aebd Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Tue, 19 Sep 2023 11:17:53 +1200 Subject: [PATCH 6/8] MNT Update development dependencies --- composer.json | 70 +++++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/composer.json b/composer.json index 9ea513d..21fc61d 100644 --- a/composer.json +++ b/composer.json @@ -6,41 +6,41 @@ "license": "BSD-3-Clause", "require": { "php": "^8.1", - "silverstripe/recipe-plugin": "~2.0.0@stable", - "silverstripe/installer": "~5.1.0@rc", - "silverstripe/recipe-authoring-tools": "~2.1.0@rc", - "silverstripe/recipe-blog": "~2.1.0@rc", - "silverstripe/recipe-collaboration": "~2.1.0@rc", - "silverstripe/recipe-form-building": "~2.1.0@rc", - "silverstripe/recipe-reporting-tools": "~2.1.0@rc", - "silverstripe/recipe-services": "~2.1.0@rc", - "silverstripe/recipe-content-blocks": "~3.1.0@rc", - "silverstripe/auditor": "~3.0.0@stable", - "silverstripe/developer-docs": "~5.1.0@rc", - "silverstripe/environmentcheck": "~3.0.1@stable", - "silverstripe/hybridsessions": "~3.0.2@stable", - "silverstripe/registry": "~3.1.0@rc", - "silverstripe/totp-authenticator": "~5.1.0@rc", - "silverstripe/mfa": "~5.1.0@rc", - "silverstripe/crontask": "~3.0.2@stable", - "silverstripe/gridfieldqueuedexport": "~3.1.0@rc", - "silverstripe/ldap": "~2.1.0@rc", - "silverstripe/textextraction": "~4.0.0@stable", - "silverstripe/realme": "~5.2.0@rc", - "silverstripe/webauthn-authenticator": "~5.1.0@rc", - "silverstripe/subsites": "~3.1.0@rc", - "silverstripe/lumberjack": "~3.0.2@stable", - "silverstripe/staticpublishqueue": "~6.1.0@rc", - "cwp/starter-theme": "~4.0.0@stable", - "cwp/agency-extensions": "~3.1.0@rc", - "cwp/watea-theme": "~4.0.0@stable", - "dnadesign/silverstripe-elemental-userforms": "~4.1.0@rc", - "symbiote/silverstripe-multivaluefield": "~6.0.1@stable", - "symbiote/silverstripe-gridfieldextensions": "~4.0.3@stable", - "symbiote/silverstripe-queuedjobs": "~5.0.2@stable", - "colymba/gridfield-bulk-editing-tools": "~4.0.0@stable", - "tractorcow/silverstripe-fluent": "~7.0.0@stable", - "silverstripe/dynamodb": "~5.0.0@stable" + "silverstripe/recipe-plugin": "2.0.x-dev", + "silverstripe/installer": "5.1.x-dev", + "silverstripe/recipe-authoring-tools": "2.1.x-dev", + "silverstripe/recipe-blog": "2.1.x-dev", + "silverstripe/recipe-collaboration": "2.1.x-dev", + "silverstripe/recipe-form-building": "2.1.x-dev", + "silverstripe/recipe-reporting-tools": "2.1.x-dev", + "silverstripe/recipe-services": "2.1.x-dev", + "silverstripe/recipe-content-blocks": "3.1.x-dev", + "silverstripe/auditor": "3.0.x-dev", + "silverstripe/developer-docs": "5.1.x-dev", + "silverstripe/environmentcheck": "3.0.x-dev", + "silverstripe/hybridsessions": "3.0.x-dev", + "silverstripe/registry": "3.1.x-dev", + "silverstripe/totp-authenticator": "5.1.x-dev", + "silverstripe/mfa": "5.1.x-dev", + "silverstripe/crontask": "3.0.x-dev", + "silverstripe/gridfieldqueuedexport": "3.1.x-dev", + "silverstripe/ldap": "2.1.x-dev", + "silverstripe/textextraction": "4.0.x-dev", + "silverstripe/realme": "5.2.x-dev", + "silverstripe/webauthn-authenticator": "5.1.x-dev", + "silverstripe/subsites": "3.1.x-dev", + "silverstripe/lumberjack": "3.0.x-dev", + "silverstripe/staticpublishqueue": "6.1.x-dev", + "cwp/starter-theme": "4.0.x-dev", + "cwp/agency-extensions": "3.1.x-dev", + "cwp/watea-theme": "4.0.x-dev", + "dnadesign/silverstripe-elemental-userforms": "4.1.x-dev", + "symbiote/silverstripe-multivaluefield": "6.0.x-dev", + "symbiote/silverstripe-gridfieldextensions": "4.0.x-dev", + "symbiote/silverstripe-queuedjobs": "5.0.x-dev", + "colymba/gridfield-bulk-editing-tools": "4.0.x-dev", + "tractorcow/silverstripe-fluent": "7.0.x-dev", + "silverstripe/dynamodb": "5.0.x-dev" }, "require-dev": { "silverstripe/frameworktest": "^1", From 854f588b52df20e0fe5602897834aa1b0c1d3775 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Mon, 16 Oct 2023 16:30:26 +1300 Subject: [PATCH 7/8] MNT Update release dependencies --- composer.json | 70 +++++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/composer.json b/composer.json index 21fc61d..5d66d40 100644 --- a/composer.json +++ b/composer.json @@ -6,41 +6,41 @@ "license": "BSD-3-Clause", "require": { "php": "^8.1", - "silverstripe/recipe-plugin": "2.0.x-dev", - "silverstripe/installer": "5.1.x-dev", - "silverstripe/recipe-authoring-tools": "2.1.x-dev", - "silverstripe/recipe-blog": "2.1.x-dev", - "silverstripe/recipe-collaboration": "2.1.x-dev", - "silverstripe/recipe-form-building": "2.1.x-dev", - "silverstripe/recipe-reporting-tools": "2.1.x-dev", - "silverstripe/recipe-services": "2.1.x-dev", - "silverstripe/recipe-content-blocks": "3.1.x-dev", - "silverstripe/auditor": "3.0.x-dev", - "silverstripe/developer-docs": "5.1.x-dev", - "silverstripe/environmentcheck": "3.0.x-dev", - "silverstripe/hybridsessions": "3.0.x-dev", - "silverstripe/registry": "3.1.x-dev", - "silverstripe/totp-authenticator": "5.1.x-dev", - "silverstripe/mfa": "5.1.x-dev", - "silverstripe/crontask": "3.0.x-dev", - "silverstripe/gridfieldqueuedexport": "3.1.x-dev", - "silverstripe/ldap": "2.1.x-dev", - "silverstripe/textextraction": "4.0.x-dev", - "silverstripe/realme": "5.2.x-dev", - "silverstripe/webauthn-authenticator": "5.1.x-dev", - "silverstripe/subsites": "3.1.x-dev", - "silverstripe/lumberjack": "3.0.x-dev", - "silverstripe/staticpublishqueue": "6.1.x-dev", - "cwp/starter-theme": "4.0.x-dev", - "cwp/agency-extensions": "3.1.x-dev", - "cwp/watea-theme": "4.0.x-dev", - "dnadesign/silverstripe-elemental-userforms": "4.1.x-dev", - "symbiote/silverstripe-multivaluefield": "6.0.x-dev", - "symbiote/silverstripe-gridfieldextensions": "4.0.x-dev", - "symbiote/silverstripe-queuedjobs": "5.0.x-dev", - "colymba/gridfield-bulk-editing-tools": "4.0.x-dev", - "tractorcow/silverstripe-fluent": "7.0.x-dev", - "silverstripe/dynamodb": "5.0.x-dev" + "silverstripe/recipe-plugin": "~2.0.0@stable", + "silverstripe/installer": "~5.1.0@stable", + "silverstripe/recipe-authoring-tools": "~2.1.0@stable", + "silverstripe/recipe-blog": "~2.1.0@stable", + "silverstripe/recipe-collaboration": "~2.1.0@stable", + "silverstripe/recipe-form-building": "~2.1.0@stable", + "silverstripe/recipe-reporting-tools": "~2.1.0@stable", + "silverstripe/recipe-services": "~2.1.0@stable", + "silverstripe/recipe-content-blocks": "~3.1.0@stable", + "silverstripe/auditor": "~3.0.0@stable", + "silverstripe/developer-docs": "~5.1.0@stable", + "silverstripe/environmentcheck": "~3.0.1@stable", + "silverstripe/hybridsessions": "~3.0.2@stable", + "silverstripe/registry": "~3.1.0@stable", + "silverstripe/totp-authenticator": "~5.1.0@stable", + "silverstripe/mfa": "~5.1.0@stable", + "silverstripe/crontask": "~3.0.2@stable", + "silverstripe/gridfieldqueuedexport": "~3.1.0@stable", + "silverstripe/ldap": "~2.1.0@stable", + "silverstripe/textextraction": "~4.0.0@stable", + "silverstripe/realme": "~5.2.0@stable", + "silverstripe/webauthn-authenticator": "~5.1.0@stable", + "silverstripe/subsites": "~3.1.0@stable", + "silverstripe/lumberjack": "~3.0.2@stable", + "silverstripe/staticpublishqueue": "~6.1.0@stable", + "cwp/starter-theme": "~4.0.0@stable", + "cwp/agency-extensions": "~3.1.0@stable", + "cwp/watea-theme": "~4.0.0@stable", + "dnadesign/silverstripe-elemental-userforms": "~4.1.0@stable", + "symbiote/silverstripe-multivaluefield": "~6.0.2@stable", + "symbiote/silverstripe-gridfieldextensions": "~4.0.3@stable", + "symbiote/silverstripe-queuedjobs": "~5.0.2@stable", + "colymba/gridfield-bulk-editing-tools": "~4.0.0@stable", + "tractorcow/silverstripe-fluent": "~7.0.0@stable", + "silverstripe/dynamodb": "~5.0.1@stable" }, "require-dev": { "silverstripe/frameworktest": "^1", From 4b84c97f892d01cc1796e9a26712a5b80542ebbd Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Mon, 16 Oct 2023 16:30:29 +1300 Subject: [PATCH 8/8] MNT Update development dependencies --- composer.json | 70 +++++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/composer.json b/composer.json index 5d66d40..21fc61d 100644 --- a/composer.json +++ b/composer.json @@ -6,41 +6,41 @@ "license": "BSD-3-Clause", "require": { "php": "^8.1", - "silverstripe/recipe-plugin": "~2.0.0@stable", - "silverstripe/installer": "~5.1.0@stable", - "silverstripe/recipe-authoring-tools": "~2.1.0@stable", - "silverstripe/recipe-blog": "~2.1.0@stable", - "silverstripe/recipe-collaboration": "~2.1.0@stable", - "silverstripe/recipe-form-building": "~2.1.0@stable", - "silverstripe/recipe-reporting-tools": "~2.1.0@stable", - "silverstripe/recipe-services": "~2.1.0@stable", - "silverstripe/recipe-content-blocks": "~3.1.0@stable", - "silverstripe/auditor": "~3.0.0@stable", - "silverstripe/developer-docs": "~5.1.0@stable", - "silverstripe/environmentcheck": "~3.0.1@stable", - "silverstripe/hybridsessions": "~3.0.2@stable", - "silverstripe/registry": "~3.1.0@stable", - "silverstripe/totp-authenticator": "~5.1.0@stable", - "silverstripe/mfa": "~5.1.0@stable", - "silverstripe/crontask": "~3.0.2@stable", - "silverstripe/gridfieldqueuedexport": "~3.1.0@stable", - "silverstripe/ldap": "~2.1.0@stable", - "silverstripe/textextraction": "~4.0.0@stable", - "silverstripe/realme": "~5.2.0@stable", - "silverstripe/webauthn-authenticator": "~5.1.0@stable", - "silverstripe/subsites": "~3.1.0@stable", - "silverstripe/lumberjack": "~3.0.2@stable", - "silverstripe/staticpublishqueue": "~6.1.0@stable", - "cwp/starter-theme": "~4.0.0@stable", - "cwp/agency-extensions": "~3.1.0@stable", - "cwp/watea-theme": "~4.0.0@stable", - "dnadesign/silverstripe-elemental-userforms": "~4.1.0@stable", - "symbiote/silverstripe-multivaluefield": "~6.0.2@stable", - "symbiote/silverstripe-gridfieldextensions": "~4.0.3@stable", - "symbiote/silverstripe-queuedjobs": "~5.0.2@stable", - "colymba/gridfield-bulk-editing-tools": "~4.0.0@stable", - "tractorcow/silverstripe-fluent": "~7.0.0@stable", - "silverstripe/dynamodb": "~5.0.1@stable" + "silverstripe/recipe-plugin": "2.0.x-dev", + "silverstripe/installer": "5.1.x-dev", + "silverstripe/recipe-authoring-tools": "2.1.x-dev", + "silverstripe/recipe-blog": "2.1.x-dev", + "silverstripe/recipe-collaboration": "2.1.x-dev", + "silverstripe/recipe-form-building": "2.1.x-dev", + "silverstripe/recipe-reporting-tools": "2.1.x-dev", + "silverstripe/recipe-services": "2.1.x-dev", + "silverstripe/recipe-content-blocks": "3.1.x-dev", + "silverstripe/auditor": "3.0.x-dev", + "silverstripe/developer-docs": "5.1.x-dev", + "silverstripe/environmentcheck": "3.0.x-dev", + "silverstripe/hybridsessions": "3.0.x-dev", + "silverstripe/registry": "3.1.x-dev", + "silverstripe/totp-authenticator": "5.1.x-dev", + "silverstripe/mfa": "5.1.x-dev", + "silverstripe/crontask": "3.0.x-dev", + "silverstripe/gridfieldqueuedexport": "3.1.x-dev", + "silverstripe/ldap": "2.1.x-dev", + "silverstripe/textextraction": "4.0.x-dev", + "silverstripe/realme": "5.2.x-dev", + "silverstripe/webauthn-authenticator": "5.1.x-dev", + "silverstripe/subsites": "3.1.x-dev", + "silverstripe/lumberjack": "3.0.x-dev", + "silverstripe/staticpublishqueue": "6.1.x-dev", + "cwp/starter-theme": "4.0.x-dev", + "cwp/agency-extensions": "3.1.x-dev", + "cwp/watea-theme": "4.0.x-dev", + "dnadesign/silverstripe-elemental-userforms": "4.1.x-dev", + "symbiote/silverstripe-multivaluefield": "6.0.x-dev", + "symbiote/silverstripe-gridfieldextensions": "4.0.x-dev", + "symbiote/silverstripe-queuedjobs": "5.0.x-dev", + "colymba/gridfield-bulk-editing-tools": "4.0.x-dev", + "tractorcow/silverstripe-fluent": "7.0.x-dev", + "silverstripe/dynamodb": "5.0.x-dev" }, "require-dev": { "silverstripe/frameworktest": "^1",