From 1e702a44c0b4fbc6c20ceda0facd66524dee91a5 Mon Sep 17 00:00:00 2001 From: William Allen <16820599+williamjallen@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:36:51 -0500 Subject: [PATCH] Remove `nyholm/psr7` dependency (#2648) [`nyholm/psr7`](https://github.com/Nyholm/psr7) appears to be unused. This PR removes it from our list of dependencies. --- composer.json | 1 - composer.lock | 80 +-------------------------------------------------- 2 files changed, 1 insertion(+), 80 deletions(-) diff --git a/composer.json b/composer.json index 2ae998a92..bf20f450f 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,6 @@ "lcobucci/jwt": "5.4.2", "mll-lab/laravel-graphiql": "3.2.1", "nuwave/lighthouse": "6.47.0", - "nyholm/psr7": "1.8.2", "pear/archive_tar": "1.5.0", "php-di/php-di": "7.0.7", "ramsey/uuid": "4.7.6", diff --git a/composer.lock b/composer.lock index 6d4acf90d..0e4f1797a 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": "409734b5fa6dd2794fd9a3a84bf84102", + "content-hash": "e5dd818d00ec119dc01db41b173af54b", "packages": [ { "name": "24slides/laravel-saml2", @@ -3832,84 +3832,6 @@ ], "time": "2024-12-11T11:05:42+00:00" }, - { - "name": "nyholm/psr7", - "version": "1.8.2", - "source": { - "type": "git", - "url": "https://github.com/Nyholm/psr7.git", - "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Nyholm/psr7/zipball/a71f2b11690f4b24d099d6b16690a90ae14fc6f3", - "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3", - "shasum": "" - }, - "require": { - "php": ">=7.2", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.1 || ^2.0" - }, - "provide": { - "php-http/message-factory-implementation": "1.0", - "psr/http-factory-implementation": "1.0", - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "http-interop/http-factory-tests": "^0.9", - "php-http/message-factory": "^1.0", - "php-http/psr7-integration-tests": "^1.0", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", - "symfony/error-handler": "^4.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.8-dev" - } - }, - "autoload": { - "psr-4": { - "Nyholm\\Psr7\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com" - }, - { - "name": "Martijn van der Ven", - "email": "martijn@vanderven.se" - } - ], - "description": "A fast PHP7 implementation of PSR-7", - "homepage": "https://tnyholm.se", - "keywords": [ - "psr-17", - "psr-7" - ], - "support": { - "issues": "https://github.com/Nyholm/psr7/issues", - "source": "https://github.com/Nyholm/psr7/tree/1.8.2" - }, - "funding": [ - { - "url": "https://github.com/Zegnat", - "type": "github" - }, - { - "url": "https://github.com/nyholm", - "type": "github" - } - ], - "time": "2024-09-09T07:06:30+00:00" - }, { "name": "onelogin/php-saml", "version": "4.1.0",