From 1d95d97904710de5671008ed5e829b94b3a9ef7f Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 28 Jun 2022 15:40:05 +1200 Subject: [PATCH] MNT Update development dependencies --- composer.json | 67 ++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 35 deletions(-) diff --git a/composer.json b/composer.json index 5723bd7..552b1e9 100644 --- a/composer.json +++ b/composer.json @@ -7,40 +7,37 @@ "require": { "php": "^7.4 || ^8.0", "silverstripe/recipe-plugin": "^1", - "silverstripe/installer": "4.11.x-dev", - "silverstripe/recipe-authoring-tools": "1.11.x-dev", - "silverstripe/recipe-blog": "1.11.x-dev", - "silverstripe/recipe-collaboration": "1.11.x-dev", - "silverstripe/recipe-form-building": "1.11.x-dev", - "silverstripe/recipe-reporting-tools": "1.11.x-dev", - "silverstripe/recipe-services": "1.11.x-dev", - "silverstripe/recipe-content-blocks": "2.11.x-dev", - "silverstripe/recipe-solr-search": "2.11.x-dev", - "silverstripe/recipe-ccl": "2.11.x-dev", - - "silverstripe/registry": "2.5.x-dev", - "silverstripe/totp-authenticator": "4.4.x-dev", - "silverstripe/mfa": "4.6.x-dev", - "silverstripe/crontask": "2.5.x-dev", - "silverstripe/gridfieldqueuedexport": "2.7.x-dev", - "silverstripe/ldap": "1.4.x-dev", - - "silverstripe/textextraction": "3.4.x-dev", - "silverstripe/realme": "4.3.x-dev", - "silverstripe/ckan-registry": "1.5.x-dev", - "silverstripe/webauthn-authenticator": "4.5.x-dev", - "silverstripe/security-extensions": "4.3.x-dev", - "silverstripe/subsites": "2.6.x-dev", - "silverstripe/html5": "2.4.x-dev", - - "cwp/starter-theme": "3.2.x-dev", - "cwp/agency-extensions": "2.7.x-dev", - "cwp/watea-theme": "3.1.x-dev", - "cwp/cwp": "2.10.x-dev", - "cwp/cwp-pdfexport": "1.4.x-dev", - "dnadesign/silverstripe-elemental-userforms": "3.2.x-dev", - "symbiote/silverstripe-multivaluefield": "5.3.x-dev", - "tractorcow/silverstripe-fluent": "4.7.x-dev" + "silverstripe/installer": "~4.11.0@stable", + "silverstripe/recipe-authoring-tools": "~1.11.0@stable", + "silverstripe/recipe-blog": "~1.11.0@stable", + "silverstripe/recipe-collaboration": "~1.11.0@stable", + "silverstripe/recipe-form-building": "~1.11.0@stable", + "silverstripe/recipe-reporting-tools": "~1.11.0@stable", + "silverstripe/recipe-services": "~1.11.0@stable", + "silverstripe/recipe-content-blocks": "~2.11.0@stable", + "silverstripe/recipe-solr-search": "~2.11.0@stable", + "silverstripe/recipe-ccl": "~2.11.0@stable", + "silverstripe/registry": "~2.5.0@stable", + "silverstripe/totp-authenticator": "~4.4.0@stable", + "silverstripe/mfa": "~4.6.1@stable", + "silverstripe/crontask": "~2.5.0@stable", + "silverstripe/gridfieldqueuedexport": "~2.7.0@stable", + "silverstripe/ldap": "~1.4.0@stable", + "silverstripe/textextraction": "~3.4.0@stable", + "silverstripe/realme": "~4.3.0@stable", + "silverstripe/ckan-registry": "~1.5.0@stable", + "silverstripe/webauthn-authenticator": "~4.5.0@stable", + "silverstripe/security-extensions": "~4.3.0@stable", + "silverstripe/subsites": "~2.6.0@stable", + "silverstripe/html5": "~2.4.0@stable", + "cwp/starter-theme": "~3.2.0@stable", + "cwp/agency-extensions": "~2.7.0@stable", + "cwp/watea-theme": "~3.1.0@stable", + "cwp/cwp": "~2.10.0@stable", + "cwp/cwp-pdfexport": "~1.4.0@stable", + "dnadesign/silverstripe-elemental-userforms": "~3.2.0@stable", + "symbiote/silverstripe-multivaluefield": "~5.3.0@stable", + "tractorcow/silverstripe-fluent": "~4.7.0@stable" }, "require-dev": { "silverstripe/frameworktest": "^0.4.4", @@ -67,4 +64,4 @@ }, "prefer-stable": true, "minimum-stability": "dev" -} +} \ No newline at end of file