From 19d1094ea6ccb38ca17c337277e1185f69e3286a Mon Sep 17 00:00:00 2001 From: Tomasz Kuter Date: Thu, 9 Mar 2023 12:40:05 +0100 Subject: [PATCH] [UW-2934] chore(composer): switched to official "meritoo/common-library" in version 1.1.x --- composer.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index d3e554d..128c62b 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": ">=5.6", "fguillot/json-rpc": "^1.2", - "wiosna-dev/common-library": "^0.1.0" + "meritoo/common-library": "^1.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.6", @@ -35,11 +35,5 @@ }, "config": { "sort-packages": true - }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/wiosna-dev/common-library" - } - ] + } }