Skip to content

Commit

Permalink
MNT Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Apr 5, 2023
1 parent 9250cd9 commit ed07891
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,41 @@
"license": "BSD-3-Clause",
"require": {
"php": "^8.1",
"silverstripe/recipe-plugin": "~2.0.0@stable",
"silverstripe/installer": "~5.0.0@rc",
"silverstripe/recipe-authoring-tools": "~2.0.0@rc",
"silverstripe/recipe-blog": "~2.0.0@rc",
"silverstripe/recipe-collaboration": "~2.0.0@rc",
"silverstripe/recipe-form-building": "~2.0.0@rc",
"silverstripe/recipe-reporting-tools": "~2.0.0@rc",
"silverstripe/recipe-services": "~2.0.0@rc",
"silverstripe/recipe-content-blocks": "~3.0.0@rc",
"silverstripe/recipe-solr-search": "~3.0.0@rc",
"silverstripe/recipe-ccl": "~3.0.0@rc",
"silverstripe/developer-docs": "~5.0.0@rc",
"silverstripe/registry": "~3.0.0@rc",
"silverstripe/totp-authenticator": "~5.0.0@rc",
"silverstripe/mfa": "~5.0.0@rc",
"silverstripe/crontask": "~3.0.0@rc",
"silverstripe/gridfieldqueuedexport": "~3.0.0@rc",
"silverstripe/ldap": "~2.0.0@rc",
"silverstripe/textextraction": "~4.0.0@rc",
"silverstripe/realme": "~5.0.0@rc",
"silverstripe/ckan-registry": "~2.0.0@rc",
"silverstripe/webauthn-authenticator": "~5.0.0@rc",
"silverstripe/subsites": "~3.0.0@rc",
"silverstripe/lumberjack": "~3.0.0@rc",
"silverstripe/staticpublishqueue": "~6.0.0@rc",
"cwp/starter-theme": "~4.0.0@rc",
"cwp/agency-extensions": "~3.0.0@rc",
"cwp/watea-theme": "~4.0.0@rc",
"cwp/cwp": "~3.0.0@rc",
"dnadesign/silverstripe-elemental-userforms": "~4.0.0@rc",
"symbiote/silverstripe-multivaluefield": "~6.0.0@rc",
"symbiote/silverstripe-gridfieldextensions": "~4.0.0@rc",
"colymba/gridfield-bulk-editing-tools": "~4.0.0@beta",
"tractorcow/silverstripe-fluent": "~7.0.0@beta",
"silverstripe/dynamodb": "~5.0.0@rc"
"silverstripe/recipe-plugin": "2.0.x-dev",
"silverstripe/installer": "5.0.x-dev",
"silverstripe/recipe-authoring-tools": "2.0.x-dev",
"silverstripe/recipe-blog": "2.0.x-dev",
"silverstripe/recipe-collaboration": "2.0.x-dev",
"silverstripe/recipe-form-building": "2.0.x-dev",
"silverstripe/recipe-reporting-tools": "2.0.x-dev",
"silverstripe/recipe-services": "2.0.x-dev",
"silverstripe/recipe-content-blocks": "3.0.x-dev",
"silverstripe/recipe-solr-search": "3.0.x-dev",
"silverstripe/recipe-ccl": "3.0.x-dev",
"silverstripe/developer-docs": "5.0.x-dev",
"silverstripe/registry": "3.0.x-dev",
"silverstripe/totp-authenticator": "5.0.x-dev",
"silverstripe/mfa": "5.0.x-dev",
"silverstripe/crontask": "3.0.x-dev",
"silverstripe/gridfieldqueuedexport": "3.0.x-dev",
"silverstripe/ldap": "2.0.x-dev",
"silverstripe/textextraction": "4.0.x-dev",
"silverstripe/realme": "5.0.x-dev",
"silverstripe/ckan-registry": "2.0.x-dev",
"silverstripe/webauthn-authenticator": "5.0.x-dev",
"silverstripe/subsites": "3.0.x-dev",
"silverstripe/lumberjack": "3.0.x-dev",
"silverstripe/staticpublishqueue": "6.0.x-dev",
"cwp/starter-theme": "4.0.x-dev",
"cwp/agency-extensions": "3.0.x-dev",
"cwp/watea-theme": "4.0.x-dev",
"cwp/cwp": "3.0.x-dev",
"dnadesign/silverstripe-elemental-userforms": "4.0.x-dev",
"symbiote/silverstripe-multivaluefield": "6.0.x-dev",
"symbiote/silverstripe-gridfieldextensions": "4.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",
Expand Down

0 comments on commit ed07891

Please sign in to comment.