diff --git a/composer.json b/composer.json index bf52b3e..d84a940 100755 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "jonom/silverstripe-betternavigator": "*", "silverstripe/externallinks": "*", "symbiote/silverstripe-gridfieldextensions": "*", - "colymba/gridfield-bulk-editing-tools": "*", + "colymba/gridfield-bulk-editing-tools": "^4", "dnadesign/silverstripe-elemental-list": "*", "dnadesign/silverstripe-elemental-virtual": "*", "dnadesign/silverstripe-elemental-userforms": "*", @@ -39,7 +39,8 @@ "jonom/focuspoint": "*", "silverstripe/login-forms": "*", "axllent/silverstripe-trailing-slash": "*", - "webbuilders-group/silverstripe-turnstile": "*" + "webbuilders-group/silverstripe-turnstile": "*", + "a2nt/cms-niceties": "dev-main" }, "require-dev": { "phpunit/phpunit": "*", @@ -67,10 +68,6 @@ "type": "vcs", "url": "https://github.com/a2nt/silverstripe-image-cropper-field" }, - { - "type": "vcs", - "url": "https://github.com/a2nt/GridFieldBulkEditingTools" - }, { "type": "vcs", "url": "https://github.com/a2nt/silverstripe-dataintegritytests" @@ -115,4 +112,4 @@ }, "prefer-stable": true, "minimum-stability": "dev" -} \ No newline at end of file +}