From 8c5219956e85cc626c7d2ad63575e23b08e5175b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Danyi?= Date: Mon, 31 Jul 2017 16:20:08 +0200 Subject: [PATCH] * composer and packages --- composer.json | 1 + composer.lock | 45 ++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 05e82fb..149452b 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,7 @@ "require": { "php": "^7.1", "doctrine/common": "^2.8", + "los/basepath": "^1.0", "roave/security-advisories": "dev-master", "zendframework/zend-cache": "^2.7", "zendframework/zend-component-installer": "^1.0", diff --git a/composer.lock b/composer.lock index 09bd939..9f83f13 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "10b3e275f7d80f68eb9bb9aa5c390409", + "content-hash": "5339f5a32d2cf40a211bd68ff895f13a", "packages": [ { "name": "container-interop/container-interop", @@ -542,6 +542,49 @@ ], "time": "2017-01-14T15:23:42+00:00" }, + { + "name": "los/basepath", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/Lansoweb/basepath.git", + "reference": "8a40de843a4c7cf1fdac51d7e33c7dfbcfb08d29" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Lansoweb/basepath/zipball/8a40de843a4c7cf1fdac51d7e33c7dfbcfb08d29", + "reference": "8a40de843a4c7cf1fdac51d7e33c7dfbcfb08d29", + "shasum": "" + }, + "require": { + "container-interop/container-interop": "~1.1", + "php": "^7.0", + "psr/http-message": "~1.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.0", + "zendframework/zend-diactoros": "^1.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "LosMiddleware\\BasePath\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Leandro Silva", + "homepage": "http://leandrosilva.info/" + } + ], + "description": "PHP middleware to remove a path prefix from request uri", + "homepage": "https://github.com/lansoweb/basepath", + "time": "2016-08-27T20:56:32+00:00" + }, { "name": "nikic/fast-route", "version": "v1.2.0",