Skip to content

Commit

Permalink
MNT Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Dec 19, 2022
1 parent a0a6d3d commit f11ca26
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 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.12.0@stable",
"silverstripe/recipe-authoring-tools": "~1.12.0@stable",
"silverstripe/recipe-blog": "~1.12.0@stable",
"silverstripe/recipe-collaboration": "~1.12.0@stable",
"silverstripe/recipe-form-building": "~1.12.0@stable",
"silverstripe/recipe-reporting-tools": "~1.12.0@stable",
"silverstripe/recipe-services": "~1.12.0@stable",
"silverstripe/recipe-content-blocks": "~2.12.0@stable",
"silverstripe/recipe-solr-search": "~2.12.0@stable",
"silverstripe/recipe-ccl": "~2.12.0@stable",
"silverstripe/developer-docs": "~4.12.0@stable",
"silverstripe/registry": "~2.5.0@stable",
"silverstripe/totp-authenticator": "~4.5.0@stable",
"silverstripe/mfa": "~4.7.0@stable",
"silverstripe/crontask": "~2.5.0@stable",
"silverstripe/gridfieldqueuedexport": "~2.7.0@stable",
"silverstripe/ldap": "~1.5.0@stable",
"silverstripe/textextraction": "~3.4.0@stable",
"silverstripe/realme": "~4.3.0@stable",
"silverstripe/ckan-registry": "~1.6.0@stable",
"silverstripe/webauthn-authenticator": "~4.6.0@stable",
"silverstripe/security-extensions": "~4.4.0@stable",
"silverstripe/subsites": "~2.7.0@stable",
"silverstripe/html5": "~2.4.0@stable",
"cwp/starter-theme": "~3.2.1@stable",
"cwp/agency-extensions": "~2.7.0@stable",
"cwp/watea-theme": "~3.1.0@stable",
"cwp/cwp": "~2.10.1@stable",
"cwp/cwp-pdfexport": "~1.4.0@stable",
"silverstripe/installer": "4.12.x-dev",
"silverstripe/recipe-authoring-tools": "1.12.x-dev",
"silverstripe/recipe-blog": "1.12.x-dev",
"silverstripe/recipe-collaboration": "1.12.x-dev",
"silverstripe/recipe-form-building": "1.12.x-dev",
"silverstripe/recipe-reporting-tools": "1.12.x-dev",
"silverstripe/recipe-services": "1.12.x-dev",
"silverstripe/recipe-content-blocks": "2.12.x-dev",
"silverstripe/recipe-solr-search": "2.12.x-dev",
"silverstripe/recipe-ccl": "2.12.x-dev",
"silverstripe/developer-docs": "4.12.x-dev",
"silverstripe/registry": "2.5.x-dev",
"silverstripe/totp-authenticator": "4.5.x-dev",
"silverstripe/mfa": "4.7.x-dev",
"silverstripe/crontask": "2.5.x-dev",
"silverstripe/gridfieldqueuedexport": "2.7.x-dev",
"silverstripe/ldap": "1.5.x-dev",
"silverstripe/textextraction": "3.4.x-dev",
"silverstripe/realme": "4.3.x-dev",
"silverstripe/ckan-registry": "1.6.x-dev",
"silverstripe/webauthn-authenticator": "4.6.x-dev",
"silverstripe/security-extensions": "4.4.x-dev",
"silverstripe/subsites": "2.7.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.1@stable",
"symbiote/silverstripe-multivaluefield": "~5.3.0@stable",
"tractorcow/silverstripe-fluent": "~4.7.0@stable"
"symbiote/silverstripe-multivaluefield": "5.3.x-dev",
"tractorcow/silverstripe-fluent": "4.7.x-dev"
},
"require-dev": {
"silverstripe/frameworktest": "^0.4.6",
Expand Down

0 comments on commit f11ca26

Please sign in to comment.