From 101192073f769a5022270a4c9a4fc5c40c324833 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 17 Nov 2022 18:27:50 +0100 Subject: [PATCH] composer: require fideloper/proxy --- composer.json | 1 + composer.lock | 111 +++++++++++++++++--------------------------------- 2 files changed, 38 insertions(+), 74 deletions(-) diff --git a/composer.json b/composer.json index a20f23a..d511f54 100644 --- a/composer.json +++ b/composer.json @@ -7,6 +7,7 @@ "require": { "php": "^7.2.5", "ext-sqlite3": "^7.2", + "fideloper/proxy": "^4.4", "laravel/lumen-framework": "^7.0", "league/flysystem": "^1.1", "symfony/yaml": "^5.1" diff --git a/composer.lock b/composer.lock index 840ba73..35a56e2 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": "feb9c3281cc16798e630c30519f45aec", + "content-hash": "18540416ba0fdfc2cfc12dffb900272e", "packages": [ { "name": "brick/math", @@ -338,44 +338,62 @@ "time": "2020-09-06T13:44:32+00:00" }, { - "name": "gpslab/base64uid", - "version": "v1.2.0", + "name": "fideloper/proxy", + "version": "4.4.2", "source": { "type": "git", - "url": "https://github.com/gpslab/base64uid.git", - "reference": "c818a069ff6b8b8aec58977b41278224b93e7349" + "url": "https://github.com/fideloper/TrustedProxy.git", + "reference": "a751f2bc86dd8e6cfef12dc0cbdada82f5a18750" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/gpslab/base64uid/zipball/c818a069ff6b8b8aec58977b41278224b93e7349", - "reference": "c818a069ff6b8b8aec58977b41278224b93e7349", + "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/a751f2bc86dd8e6cfef12dc0cbdada82f5a18750", + "reference": "a751f2bc86dd8e6cfef12dc0cbdada82f5a18750", "shasum": "" }, "require": { - "paragonie/random_compat": ">=2", - "php": ">=5.3.0" + "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0", + "php": ">=5.4.0" }, "require-dev": { - "php-coveralls/php-coveralls": "^1.0", - "phpunit/phpunit": "^4.8.36", - "scrutinizer/ocular": "^1.0" + "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": { - "GpsLab\\Component\\Base64UID\\": "src/" + "Fideloper\\Proxy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Generate UID like YouTube", - "homepage": "https://github.com/gpslab/payload", - "keywords": [ - "UID" + "authors": [ + { + "name": "Chris Fidao", + "email": "fideloper@gmail.com" + } ], - "time": "2020-01-14T15:13:10+00:00" + "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": "illuminate/auth", @@ -4847,61 +4865,6 @@ ], "time": "2020-07-09T08:09:16+00:00" }, - { - "name": "laravel/ui", - "version": "v2.4.1", - "source": { - "type": "git", - "url": "https://github.com/laravel/ui.git", - "reference": "1c69ae3e8b52fe6c9eaf83b43c6dd8ef5c3f9e2c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravel/ui/zipball/1c69ae3e8b52fe6c9eaf83b43c6dd8ef5c3f9e2c", - "reference": "1c69ae3e8b52fe6c9eaf83b43c6dd8ef5c3f9e2c", - "shasum": "" - }, - "require": { - "illuminate/console": "^7.0", - "illuminate/filesystem": "^7.0", - "illuminate/support": "^7.0", - "php": "^7.2.5" - }, - "require-dev": { - "mockery/mockery": "^1.0", - "phpunit/phpunit": "^8.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Laravel\\Ui\\UiServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "Laravel\\Ui\\": "src/", - "Illuminate\\Foundation\\Auth\\": "auth-backend/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "Laravel UI utilities and presets.", - "keywords": [ - "laravel", - "ui" - ], - "time": "2020-09-22T16:51:51+00:00" - }, { "name": "mockery/mockery", "version": "1.4.2", @@ -6402,5 +6365,5 @@ "ext-sqlite3": "^7.2" }, "platform-dev": [], - "plugin-api-version": "1.1.0" + "plugin-api-version": "2.0.0" }