Skip to content

Commit

Permalink
MNT Update release dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Apr 26, 2023
1 parent f89671d commit 815ad24
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,38 @@
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/recipe-plugin": "^1",
"silverstripe/installer": "4.13.x-dev",
"silverstripe/recipe-authoring-tools": "1.13.x-dev",
"silverstripe/recipe-blog": "1.13.x-dev",
"silverstripe/recipe-collaboration": "1.13.x-dev",
"silverstripe/recipe-form-building": "1.13.x-dev",
"silverstripe/recipe-reporting-tools": "1.13.x-dev",
"silverstripe/recipe-services": "1.13.x-dev",
"silverstripe/recipe-content-blocks": "2.13.x-dev",
"silverstripe/recipe-solr-search": "2.13.x-dev",
"silverstripe/recipe-ccl": "2.13.x-dev",
"silverstripe/developer-docs": "4.13.x-dev",
"silverstripe/registry": "2.6.x-dev",
"silverstripe/totp-authenticator": "4.6.x-dev",
"silverstripe/mfa": "4.8.x-dev",
"silverstripe/crontask": "2.6.x-dev",
"silverstripe/gridfieldqueuedexport": "2.8.x-dev",
"silverstripe/ldap": "1.6.x-dev",
"silverstripe/textextraction": "3.5.x-dev",
"silverstripe/realme": "4.4.x-dev",
"silverstripe/ckan-registry": "1.7.x-dev",
"silverstripe/webauthn-authenticator": "4.7.x-dev",
"silverstripe/security-extensions": "4.5.x-dev",
"silverstripe/subsites": "2.8.x-dev",
"silverstripe/html5": "2.4.x-dev",
"cwp/starter-theme": "3.3.x-dev",
"cwp/agency-extensions": "2.8.x-dev",
"cwp/watea-theme": "3.2.x-dev",
"cwp/cwp": "2.11.x-dev",
"cwp/cwp-pdfexport": "1.5.x-dev",
"dnadesign/silverstripe-elemental-userforms": "3.3.x-dev",
"symbiote/silverstripe-multivaluefield": "5.4.x-dev",
"tractorcow/silverstripe-fluent": "4.8.x-dev"
"silverstripe/installer": "~4.13.0@stable",
"silverstripe/recipe-authoring-tools": "~1.13.0@stable",
"silverstripe/recipe-blog": "~1.13.0@stable",
"silverstripe/recipe-collaboration": "~1.13.0@stable",
"silverstripe/recipe-form-building": "~1.13.0@stable",
"silverstripe/recipe-reporting-tools": "~1.13.0@stable",
"silverstripe/recipe-services": "~1.13.0@stable",
"silverstripe/recipe-content-blocks": "~2.13.0@stable",
"silverstripe/recipe-solr-search": "~2.13.0@stable",
"silverstripe/recipe-ccl": "~2.13.0@stable",
"silverstripe/developer-docs": "~4.13.0@stable",
"silverstripe/registry": "~2.6.0@stable",
"silverstripe/totp-authenticator": "~4.6.0@stable",
"silverstripe/mfa": "~4.8.0@stable",
"silverstripe/crontask": "~2.6.0@stable",
"silverstripe/gridfieldqueuedexport": "~2.8.0@stable",
"silverstripe/ldap": "~1.6.0@stable",
"silverstripe/textextraction": "~3.5.0@stable",
"silverstripe/realme": "~4.4.0@stable",
"silverstripe/ckan-registry": "~1.7.0@stable",
"silverstripe/webauthn-authenticator": "~4.7.0@stable",
"silverstripe/security-extensions": "~4.5.0@stable",
"silverstripe/subsites": "~2.8.0@stable",
"silverstripe/html5": "~2.4.0@stable",
"cwp/starter-theme": "~3.3.0@stable",
"cwp/agency-extensions": "~2.8.0@stable",
"cwp/watea-theme": "~3.2.0@stable",
"cwp/cwp": "~2.11.0@stable",
"cwp/cwp-pdfexport": "~1.5.0@stable",
"dnadesign/silverstripe-elemental-userforms": "~3.3.0@stable",
"symbiote/silverstripe-multivaluefield": "~5.4.0@stable",
"tractorcow/silverstripe-fluent": "~4.8.0@stable"
},
"require-dev": {
"silverstripe/frameworktest": "^0.4.6",
Expand Down

0 comments on commit 815ad24

Please sign in to comment.