summaryrefslogtreecommitdiff
path: root/vendor/middlewares/client-ip/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/middlewares/client-ip/composer.json')
-rw-r--r--vendor/middlewares/client-ip/composer.json50
1 files changed, 0 insertions, 50 deletions
diff --git a/vendor/middlewares/client-ip/composer.json b/vendor/middlewares/client-ip/composer.json
deleted file mode 100644
index 7801256072..0000000000
--- a/vendor/middlewares/client-ip/composer.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- "name": "middlewares/client-ip",
- "type": "library",
- "description": "Middleware to detect the client ip and save it as a request attribute",
- "license": "MIT",
- "keywords": [
- "psr-7",
- "psr-15",
- "middleware",
- "server",
- "http",
- "ip"
- ],
- "homepage": "https://github.com/middlewares/client-ip",
- "support": {
- "issues": "https://github.com/middlewares/client-ip/issues"
- },
- "require": {
- "php": "^7.0",
- "psr/http-server-middleware": "^1.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^6.0|^7.0",
- "zendframework/zend-diactoros": "^1.3",
- "friendsofphp/php-cs-fixer": "^2.0",
- "squizlabs/php_codesniffer": "^3.0",
- "middlewares/utils": "^2.1",
- "eloquent/phony-phpunit": "^3.0|^4.0",
- "phpstan/phpstan": "^0.9.2|^0.10.3"
- },
- "autoload": {
- "psr-4": {
- "Middlewares\\": "src/"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "Middlewares\\Tests\\": "tests/"
- }
- },
- "scripts": {
- "test": [
- "phpunit --coverage-text",
- "phpcs"
- ],
- "cs-fix": "php-cs-fixer fix .",
- "coverage": "phpunit --coverage-html=coverage",
- "analyse": "phpstan analyse --no-progress --level 7 src"
- }
-}