* composer and packages
This commit is contained in:
parent
7e0c672a75
commit
8c5219956e
@ -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",
|
||||
|
||||
45
composer.lock
generated
45
composer.lock
generated
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user