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 Jun 28, 2022
1 parent 8651907 commit 1d95d97
Showing 1 changed file with 32 additions and 35 deletions.
67 changes: 32 additions & 35 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -67,4 +64,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit 1d95d97

Please sign in to comment.