diff --git a/composer.json b/composer.json index 465e1ca2e..21d874c3f 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,6 @@ "directorytree/ldaprecord-laravel": "3.3.5", "doctrine/dbal": "3.8.6", "guzzlehttp/guzzle": "7.9.2", - "http-interop/http-factory-guzzle": "1.2.0", "knplabs/github-api": "3.16.0", "laravel/framework": "10.48.23", "laravel/socialite": "5.17.1", diff --git a/composer.lock b/composer.lock index d2a0f208a..2991c1cf0 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": "2fad5dc55f76848c0140bf674163a404", + "content-hash": "cffab0e0a04744443051166bc6ec9c44", "packages": [ { "name": "24slides/laravel-saml2", @@ -1937,64 +1937,6 @@ "description": "A library that can provide of a list of classes in a given namespace", "time": "2023-06-18T17:43:01+00:00" }, - { - "name": "http-interop/http-factory-guzzle", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/http-interop/http-factory-guzzle.git", - "reference": "8f06e92b95405216b237521cc64c804dd44c4a81" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/8f06e92b95405216b237521cc64c804dd44c4a81", - "reference": "8f06e92b95405216b237521cc64c804dd44c4a81", - "shasum": "" - }, - "require": { - "guzzlehttp/psr7": "^1.7||^2.0", - "php": ">=7.3", - "psr/http-factory": "^1.0" - }, - "provide": { - "psr/http-factory-implementation": "^1.0" - }, - "require-dev": { - "http-interop/http-factory-tests": "^0.9", - "phpunit/phpunit": "^9.5" - }, - "suggest": { - "guzzlehttp/psr7": "Includes an HTTP factory starting in version 2.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Http\\Factory\\Guzzle\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "An HTTP Factory using Guzzle PSR7", - "keywords": [ - "factory", - "http", - "psr-17", - "psr-7" - ], - "support": { - "issues": "https://github.com/http-interop/http-factory-guzzle/issues", - "source": "https://github.com/http-interop/http-factory-guzzle/tree/1.2.0" - }, - "time": "2021-07-21T13:50:14+00:00" - }, { "name": "knplabs/github-api", "version": "v3.16.0", @@ -12494,5 +12436,5 @@ "ext-xdebug": "*", "ext-zip": "*" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }