From 1ffae6c86c6e9e26ca43525e257dfa94a0d3b717 Mon Sep 17 00:00:00 2001 From: Blesilda Ramirez Date: Fri, 5 Jul 2024 22:06:15 +0800 Subject: [PATCH] pkp/pkp-lib#9753 [stable-3_3_0] Remove components/jqueryui as a composer dependency --- composer.json | 1 - composer.lock | 87 +-------------------------------------------------- 2 files changed, 1 insertion(+), 87 deletions(-) diff --git a/composer.json b/composer.json index 866b5e165bf..ca96b0a1739 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "require": { "ralouphie/getallheaders": "*", - "components/jqueryui": "1.*", "components/jquery": "^3.5", "wikimedia/less.php": "3.*", "phpmailer/phpmailer": "6.*", diff --git a/composer.lock b/composer.lock index c45bed47a50..4ec313274c2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bf85f5d50b8ff354be90a527f077daf4", + "content-hash": "13489064617014314c33293614f358a2", "packages": [ { "name": "adodb/adodb-php", @@ -164,91 +164,6 @@ }, "time": "2023-09-22T01:43:46+00:00" }, - { - "name": "components/jqueryui", - "version": "1.12.1", - "source": { - "type": "git", - "url": "https://github.com/components/jqueryui.git", - "reference": "44ecf3794cc56b65954cc19737234a3119d036cc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/components/jqueryui/zipball/44ecf3794cc56b65954cc19737234a3119d036cc", - "reference": "44ecf3794cc56b65954cc19737234a3119d036cc", - "shasum": "" - }, - "require": { - "components/jquery": ">=1.6" - }, - "type": "component", - "extra": { - "component": { - "name": "jquery-ui", - "scripts": [ - "jquery-ui.js" - ], - "files": [ - "ui/**", - "themes/**", - "jquery-ui.min.js" - ], - "shim": { - "deps": [ - "jquery" - ], - "exports": "jQuery" - } - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "jQuery UI Team", - "homepage": "http://jqueryui.com/about" - }, - { - "name": "Joern Zaefferer", - "email": "joern.zaefferer@gmail.com", - "homepage": "http://bassistance.de" - }, - { - "name": "Scott Gonzalez", - "email": "scott.gonzalez@gmail.com", - "homepage": "http://scottgonzalez.com" - }, - { - "name": "Kris Borchers", - "email": "kris.borchers@gmail.com", - "homepage": "http://krisborchers.com" - }, - { - "name": "Mike Sherov", - "email": "mike.sherov@gmail.com", - "homepage": "http://mike.sherov.com" - }, - { - "name": "TJ VanToll", - "email": "tj.vantoll@gmail.com", - "homepage": "http://tjvantoll.com" - }, - { - "name": "Corey Frang", - "email": "gnarf37@gmail.com", - "homepage": "http://gnarf.net" - }, - { - "name": "Felix Nagel", - "email": "info@felixnagel.com", - "homepage": "http://www.felixnagel.com" - } - ], - "description": "jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.", - "time": "2016-09-16T05:47:55+00:00" - }, { "name": "composer/semver", "version": "3.3.1",