From 567adce73268e98575236cb33e69249724e1b7c8 Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Sun, 13 Nov 2022 16:26:58 -0300 Subject: [PATCH] chore: removing "fideloper/proxy" --- composer.json | 1 - composer.lock | 62 ++------------------------------------------------- 2 files changed, 2 insertions(+), 61 deletions(-) diff --git a/composer.json b/composer.json index 61f86ae..0a76dc5 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,6 @@ "type": "project", "require": { "php": "^8.0.2", - "fideloper/proxy": "^4.4", "inertiajs/inertia-laravel": "^0.6.3", "laravel/framework": "^9.19.0", "laravel/helpers": "^1.4", diff --git a/composer.lock b/composer.lock index 53bbb2f..d718f51 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": "c8f07fa8db4624354bc39e210ef7f9cc", + "content-hash": "b4a4e74907709d1b7b277af158906dfb", "packages": [ { "name": "brick/math", @@ -433,64 +433,6 @@ ], "time": "2022-06-18T20:57:19+00:00" }, - { - "name": "fideloper/proxy", - "version": "4.4.2", - "source": { - "type": "git", - "url": "https://github.com/fideloper/TrustedProxy.git", - "reference": "a751f2bc86dd8e6cfef12dc0cbdada82f5a18750" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/a751f2bc86dd8e6cfef12dc0cbdada82f5a18750", - "reference": "a751f2bc86dd8e6cfef12dc0cbdada82f5a18750", - "shasum": "" - }, - "require": { - "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0", - "php": ">=5.4.0" - }, - "require-dev": { - "illuminate/http": "^5.0|^6.0|^7.0|^8.0|^9.0", - "mockery/mockery": "^1.0", - "phpunit/phpunit": "^8.5.8|^9.3.3" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Fideloper\\Proxy\\TrustedProxyServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "Fideloper\\Proxy\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Chris Fidao", - "email": "fideloper@gmail.com" - } - ], - "description": "Set trusted proxies for Laravel", - "keywords": [ - "load balancing", - "proxy", - "trusted proxy" - ], - "support": { - "issues": "https://github.com/fideloper/TrustedProxy/issues", - "source": "https://github.com/fideloper/TrustedProxy/tree/4.4.2" - }, - "time": "2022-02-09T13:33:34+00:00" - }, { "name": "fruitcake/php-cors", "version": "v1.2.0", @@ -9622,5 +9564,5 @@ "php": "^8.0.2" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.1.0" }