1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-18 03:41:34 +02:00

added proxy support

This commit is contained in:
trendschau
2020-10-07 11:37:22 +02:00
parent 144871d95d
commit 5a5f44a4f4
8 changed files with 100 additions and 10 deletions

54
composer.lock generated
View File

@@ -4,8 +4,57 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "87094a87b3a795ce73c299e4535358fb",
"content-hash": "7539fdddfa1c0b8d030fa5955b45a928",
"packages": [
{
"name": "akrabat/proxy-detection-middleware",
"version": "0.4",
"source": {
"type": "git",
"url": "https://github.com/akrabat/proxy-detection-middleware.git",
"reference": "226be882e2cce69b7f4140d8fb2e73147317a8a2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/akrabat/proxy-detection-middleware/zipball/226be882e2cce69b7f4140d8fb2e73147317a8a2",
"reference": "226be882e2cce69b7f4140d8fb2e73147317a8a2",
"shasum": ""
},
"require": {
"psr/http-message": "^1.0"
},
"require-dev": {
"php": ">=7.0",
"phpunit/phpunit": "^6",
"squizlabs/php_codesniffer": "^2.3",
"zendframework/zend-diactoros": "^1.1"
},
"type": "library",
"autoload": {
"psr-4": {
"RKA\\Middleware\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Rob Allen",
"email": "rob@akrabat.com",
"homepage": "http://akrabat.com"
}
],
"description": "PSR-7 Middleware that determines the scheme, host and port from the 'X-Forwarded-Proto', 'X-Forwarded-Host' and 'X-Forwarded-Port' headers and updates the Request's Uri object.",
"homepage": "http://github.com/akrabat/proxy-detection-middleware",
"keywords": [
"IP",
"middleware",
"psr7"
],
"time": "2018-09-11T10:28:26+00:00"
},
{
"name": "erusev/parsedown",
"version": "1.8.0-beta-7",
@@ -1025,5 +1074,6 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
"platform-dev": [],
"plugin-api-version": "1.1.0"
}