From a457cd5842fce7ad1b59fbb3167c14152a349b63 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst Date: Thu, 26 Sep 2024 11:16:07 +0200 Subject: [PATCH] Prefer to load JQuery locally --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 421d772..c7e11af 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,8 @@ "simplesamlphp/assert": "^1.0.0", "simplesamlphp/simplesamlphp": "^2.2.0", "simplesamlphp/composer-module-installer": "^1.3.4", - "symfony/http-foundation": "^6.4.0" + "symfony/http-foundation": "^6.4.0", + "components/jquery": "^3.7" }, "require-dev": { "simplesamlphp/simplesamlphp-test-framework": "^1.7.0"