From 7e0f258c75cac56a50d12c02a7a4fe447ac8ead9 Mon Sep 17 00:00:00 2001 From: bruechert <bruechert@hab.de> Date: Tue, 17 Nov 2020 13:22:04 +0000 Subject: [PATCH] fixed dependencies (cherry picked from commit bc7889b6145c5340393cf88b4b3b3ed48923d60f) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d26dc4e7..235c2551 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "require": { "silex/silex": "^2.0", - "hab/solr": "dev-master", + "hab/solr": "dev-master#ef528a52d57493ad2ae575037e42442075135f62", "hab/paginator": "dev-master", "twig/twig": "~1.0", "symfony/twig-bridge": "^3.2" @@ -14,11 +14,11 @@ "repositories": [ { "type": "git", - "url": "git@github.com:dmj/php-solr.git" + "url": "https://github.com/dmj/php-solr.git" }, { "type": "git", - "url": "git@github.com:dmj/php-paginator.git" + "url": "https://github.com/dmj/php-paginator.git" } ] } -- GitLab