From 5ff57c0f594a041952a4c8a8745d54287b52dd74 Mon Sep 17 00:00:00 2001 From: Tony Air Date: Mon, 5 Jul 2021 21:38:20 +0200 Subject: [PATCH] FIX: dependecies --- composer.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 446d891..db50392 100755 --- a/composer.json +++ b/composer.json @@ -16,7 +16,6 @@ "silverstripe/userforms": "*", "undefinedoffset/sortablegridfield": "*", "silverstripe/spamprotection": "*", - "silverstripe/recaptcha": "*", "jonom/silverstripe-betternavigator": "*", "silverstripe/externallinks": "*", "symbiote/silverstripe-gridfieldextensions": "*", @@ -50,6 +49,7 @@ "showpro/silverstripe-seo-images": "^1.0", "endroid/qr-code": "^3.9", "jonom/focuspoint": "^3.1", + "symbiote/silverstripe-addressable": "dev-master", "silverstripe/graphql": "^3.4" }, "require-dev": { @@ -57,14 +57,17 @@ "lekoala/silverstripe-debugbar": "dev-master", "silverstripe/graphql-devtools": "1.x-dev" }, - "repositories": [ - { + "repositories": [{ "type": "vcs", "url": "https://github.com/a2nt/silverstripe-font-awesome" }, { "type": "vcs", "url": "https://github.com/a2nt/silverstripe-mapboxfield" + }, + { + "type": "vcs", + "url": "https://github.com/a2nt/silverstripe-addressable" } ], "extra": {