From 9f212e17c7332c9b03ef8ada2812735b38125596 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Thu, 2 Mar 2023 15:30:08 +1300 Subject: [PATCH] DEP Use the canonical repository for proxy-db --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 697a5b5..af290e6 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "monolog/monolog": "^3.2", "silverstripe/solr-php-client": "^1", "symfony/process": "^6.2", - "silverstripe/silverstripe-proxy-db": "^2", + "tractorcow/silverstripe-proxy-db": "^2", "ext-curl": "*" }, "require-dev": {