From 16ec3b5805c19d4c1abf84e2f5927f932b14291b Mon Sep 17 00:00:00 2001 From: Nazariy Velychenko Date: Thu, 25 Jun 2020 10:44:05 +0300 Subject: [PATCH] OI-40: #comment Replace the jquery bar rating package. --- composer.json | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index fe49e1ff8..1935a432b 100644 --- a/composer.json +++ b/composer.json @@ -13,18 +13,6 @@ { "type": "composer", "url": "https://asset-packagist.org" - }, - { - "type": "package", - "package": { - "name": "antennaio/jquery-bar-rating", - "version": "1.2.2", - "type": "drupal-library", - "dist": { - "type": "zip", - "url": "https://github.com/antennaio/jquery-bar-rating/archive/v1.2.2.zip" - } - } } ], "require": { @@ -65,9 +53,12 @@ "drupal/votingapi": "3.x-dev", "drupal/votingapi_widgets": "1.x-dev", "npm-asset/dropzone": "^5.7", - "antennaio/jquery-bar-rating": "1.2.2", + "npm-asset/jquery-bar-rating": "^1.2", "oomphinc/composer-installers-extender": "^1.1" }, + "replace": { + "antennaio/jquery-bar-rating": "1.2.2" + }, "config": { "sort-packages": true },