From 9df80e5bec4c0f4f48bff61441c344c91ea77eb5 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 27 Jan 2022 20:56:52 +0100 Subject: [PATCH] Added explicit versions for shlink dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ba5f968b..496e961e 100644 --- a/composer.json +++ b/composer.json @@ -48,10 +48,10 @@ "pugx/shortid-php": "^1.0", "ramsey/uuid": "^4.2", "shlinkio/shlink-common": "^4.4", - "shlinkio/shlink-config": "dev-main#483cf8a as 1.6", + "shlinkio/shlink-config": "^1.6", "shlinkio/shlink-event-dispatcher": "^2.3", "shlinkio/shlink-importer": "^2.5", - "shlinkio/shlink-installer": "dev-develop#3ca7ec5 as 7.0", + "shlinkio/shlink-installer": "^7.0", "shlinkio/shlink-ip-geolocation": "^2.2", "symfony/console": "^6.0", "symfony/filesystem": "^6.0",