Skip to content

Commit

Permalink
MNT Update release dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Mar 5, 2024
1 parent 073116e commit f40acf9
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,42 +6,42 @@
"license": "BSD-3-Clause",
"require": {
"php": "^8.1",
"silverstripe/recipe-plugin": "2.0.x-dev",
"silverstripe/installer": "5.2.x-dev",
"silverstripe/recipe-authoring-tools": "2.2.x-dev",
"silverstripe/recipe-blog": "2.2.x-dev",
"silverstripe/recipe-collaboration": "2.2.x-dev",
"silverstripe/recipe-form-building": "2.2.x-dev",
"silverstripe/recipe-reporting-tools": "2.2.x-dev",
"silverstripe/recipe-services": "2.2.x-dev",
"silverstripe/recipe-content-blocks": "3.2.x-dev",
"silverstripe/auditor": "3.1.x-dev",
"silverstripe/developer-docs": "5.2.x-dev",
"silverstripe/environmentcheck": "3.0.x-dev",
"silverstripe/hybridsessions": "3.0.x-dev",
"silverstripe/registry": "3.2.x-dev",
"silverstripe/totp-authenticator": "5.2.x-dev",
"silverstripe/mfa": "5.2.x-dev",
"silverstripe/crontask": "3.0.x-dev",
"silverstripe/gridfieldqueuedexport": "3.2.x-dev",
"silverstripe/ldap": "2.2.x-dev",
"silverstripe/textextraction": "4.1.x-dev",
"silverstripe/realme": "5.3.x-dev",
"silverstripe/webauthn-authenticator": "5.2.x-dev",
"silverstripe/subsites": "3.2.x-dev",
"silverstripe/lumberjack": "3.1.x-dev",
"silverstripe/staticpublishqueue": "6.2.x-dev",
"cwp/starter-theme": "4.1.x-dev",
"cwp/agency-extensions": "3.2.x-dev",
"cwp/watea-theme": "4.1.x-dev",
"dnadesign/silverstripe-elemental-userforms": "4.1.x-dev",
"symbiote/silverstripe-multivaluefield": "6.1.x-dev",
"symbiote/silverstripe-gridfieldextensions": "4.0.x-dev",
"symbiote/silverstripe-queuedjobs": "5.1.x-dev",
"colymba/gridfield-bulk-editing-tools": "4.0.x-dev",
"tractorcow/silverstripe-fluent": "7.1.x-dev",
"silverstripe/dynamodb": "5.0.x-dev",
"silverstripe/linkfield": "4.0.x-dev"
"silverstripe/recipe-plugin": "~2.0.0@stable",
"silverstripe/installer": "~5.2.0@beta",
"silverstripe/recipe-authoring-tools": "~2.2.0@beta",
"silverstripe/recipe-blog": "~2.2.0@beta",
"silverstripe/recipe-collaboration": "~2.2.0@beta",
"silverstripe/recipe-form-building": "~2.2.0@beta",
"silverstripe/recipe-reporting-tools": "~2.2.0@beta",
"silverstripe/recipe-services": "~2.2.0@beta",
"silverstripe/recipe-content-blocks": "~3.2.0@beta",
"silverstripe/auditor": "~3.1.0@beta",
"silverstripe/developer-docs": "~5.2.0@beta",
"silverstripe/environmentcheck": "~3.0.1@stable",
"silverstripe/hybridsessions": "~3.0.3@stable",
"silverstripe/registry": "~3.2.0@beta",
"silverstripe/totp-authenticator": "~5.2.0@beta",
"silverstripe/mfa": "~5.2.0@beta",
"silverstripe/crontask": "~3.0.3@stable",
"silverstripe/gridfieldqueuedexport": "~3.2.0@beta",
"silverstripe/ldap": "~2.2.0@beta",
"silverstripe/textextraction": "~4.1.0@beta",
"silverstripe/realme": "~5.3.0@beta",
"silverstripe/webauthn-authenticator": "~5.2.0@beta",
"silverstripe/subsites": "~3.2.0@beta",
"silverstripe/lumberjack": "~3.1.0@beta",
"silverstripe/staticpublishqueue": "~6.2.0@beta",
"cwp/starter-theme": "~4.1.0@beta",
"cwp/agency-extensions": "~3.2.0@beta",
"cwp/watea-theme": "~4.1.0@beta",
"dnadesign/silverstripe-elemental-userforms": "~4.1.1@stable",
"symbiote/silverstripe-multivaluefield": "~6.1.0@beta",
"symbiote/silverstripe-gridfieldextensions": "~4.0.5@stable",
"symbiote/silverstripe-queuedjobs": "~5.1.0@beta",
"colymba/gridfield-bulk-editing-tools": "~4.0.2@stable",
"tractorcow/silverstripe-fluent": "~7.1.0@beta",
"silverstripe/dynamodb": "~5.0.1@stable",
"silverstripe/linkfield": "~4.0.0@beta"
},
"require-dev": {
"silverstripe/frameworktest": "^1",
Expand Down

0 comments on commit f40acf9

Please sign in to comment.