composer: require fideloper/proxy
This commit is contained in:
parent
e5defa3b43
commit
101192073f
2 changed files with 38 additions and 74 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.2.5",
|
"php": "^7.2.5",
|
||||||
"ext-sqlite3": "^7.2",
|
"ext-sqlite3": "^7.2",
|
||||||
|
"fideloper/proxy": "^4.4",
|
||||||
"laravel/lumen-framework": "^7.0",
|
"laravel/lumen-framework": "^7.0",
|
||||||
"league/flysystem": "^1.1",
|
"league/flysystem": "^1.1",
|
||||||
"symfony/yaml": "^5.1"
|
"symfony/yaml": "^5.1"
|
||||||
|
|
|
||||||
111
composer.lock
generated
111
composer.lock
generated
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "feb9c3281cc16798e630c30519f45aec",
|
"content-hash": "18540416ba0fdfc2cfc12dffb900272e",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "brick/math",
|
"name": "brick/math",
|
||||||
|
|
@ -338,44 +338,62 @@
|
||||||
"time": "2020-09-06T13:44:32+00:00"
|
"time": "2020-09-06T13:44:32+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "gpslab/base64uid",
|
"name": "fideloper/proxy",
|
||||||
"version": "v1.2.0",
|
"version": "4.4.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/gpslab/base64uid.git",
|
"url": "https://github.com/fideloper/TrustedProxy.git",
|
||||||
"reference": "c818a069ff6b8b8aec58977b41278224b93e7349"
|
"reference": "a751f2bc86dd8e6cfef12dc0cbdada82f5a18750"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/gpslab/base64uid/zipball/c818a069ff6b8b8aec58977b41278224b93e7349",
|
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/a751f2bc86dd8e6cfef12dc0cbdada82f5a18750",
|
||||||
"reference": "c818a069ff6b8b8aec58977b41278224b93e7349",
|
"reference": "a751f2bc86dd8e6cfef12dc0cbdada82f5a18750",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"paragonie/random_compat": ">=2",
|
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0",
|
||||||
"php": ">=5.3.0"
|
"php": ">=5.4.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"php-coveralls/php-coveralls": "^1.0",
|
"illuminate/http": "^5.0|^6.0|^7.0|^8.0|^9.0",
|
||||||
"phpunit/phpunit": "^4.8.36",
|
"mockery/mockery": "^1.0",
|
||||||
"scrutinizer/ocular": "^1.0"
|
"phpunit/phpunit": "^8.5.8|^9.3.3"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"laravel": {
|
||||||
|
"providers": [
|
||||||
|
"Fideloper\\Proxy\\TrustedProxyServiceProvider"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"GpsLab\\Component\\Base64UID\\": "src/"
|
"Fideloper\\Proxy\\": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
"description": "Generate UID like YouTube",
|
"authors": [
|
||||||
"homepage": "https://github.com/gpslab/payload",
|
{
|
||||||
"keywords": [
|
"name": "Chris Fidao",
|
||||||
"UID"
|
"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",
|
"name": "illuminate/auth",
|
||||||
|
|
@ -4847,61 +4865,6 @@
|
||||||
],
|
],
|
||||||
"time": "2020-07-09T08:09:16+00:00"
|
"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",
|
"name": "mockery/mockery",
|
||||||
"version": "1.4.2",
|
"version": "1.4.2",
|
||||||
|
|
@ -6402,5 +6365,5 @@
|
||||||
"ext-sqlite3": "^7.2"
|
"ext-sqlite3": "^7.2"
|
||||||
},
|
},
|
||||||
"platform-dev": [],
|
"platform-dev": [],
|
||||||
"plugin-api-version": "1.1.0"
|
"plugin-api-version": "2.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue