From d7c6b1b31363394abf84ae01befd655a24a7e1b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Sat, 4 Nov 2023 20:23:07 +0100 Subject: [PATCH] Remove requirement of core PHP extensions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was raised by @cedric-anne but I didn't manage to merge it in time. More info: https://github.com/lcobucci/jwt/pull/1009 Authored by: Cédric Anne Signed-off-by: Luís Cobucci --- composer.json | 2 -- composer.lock | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 92e6a9f1..a6186894 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,6 @@ ], "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0", - "ext-hash": "*", - "ext-json": "*", "ext-openssl": "*", "ext-sodium": "*", "psr/clock": "^1.0" diff --git a/composer.lock b/composer.lock index 5433a55f..72a40d1f 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": "eb30412f3b5476124fef57f093daa4c1", + "content-hash": "5ba08423e19ae56456ff35b3290fc22d", "packages": [ { "name": "psr/clock", @@ -4934,8 +4934,6 @@ "prefer-lowest": false, "platform": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0", - "ext-hash": "*", - "ext-json": "*", "ext-openssl": "*", "ext-sodium": "*" },