From 5db841cbaafe2d4f4bfe9009f5ecca996f21b4d3 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Fri, 25 Sep 2020 22:06:12 +0200 Subject: Require jQuery using composer --- composer.lock | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index 7e40506..ca731cc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,50 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b24fa722b1b134feabc31603beda3933", + "content-hash": "9cb5c30495a0e70e4fc6c1368f601408", "packages": [ + { + "name": "components/jquery", + "version": "3.5.1", + "source": { + "type": "git", + "url": "https://github.com/components/jquery.git", + "reference": "b33e8f0f9a1cb2ae390cf05d766a900b53d2125b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/components/jquery/zipball/b33e8f0f9a1cb2ae390cf05d766a900b53d2125b", + "reference": "b33e8f0f9a1cb2ae390cf05d766a900b53d2125b", + "shasum": "" + }, + "type": "component", + "extra": { + "component": { + "scripts": [ + "jquery.js" + ], + "files": [ + "jquery.min.js", + "jquery.min.map", + "jquery.slim.js", + "jquery.slim.min.js", + "jquery.slim.min.map" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "JS Foundation and other contributors" + } + ], + "description": "jQuery JavaScript Library", + "homepage": "http://jquery.com", + "time": "2020-05-05T13:21:02+00:00" + }, { "name": "michelf/php-markdown", "version": "1.9.0", -- cgit v1.2.3-54-g00ecf