interview-v1/server/composer.lock

124 lines
3.9 KiB
JSON

{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "4ac0df3751e41700bc67b558c17957c9",
"packages": [
{
"name": "bramus/router",
"version": "1.3",
"source": {
"type": "git",
"url": "https://github.com/bramus/router.git",
"reference": "1d67c5e50f979c8137dcf3cadcb06cd3c5cfe330"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bramus/router/zipball/1d67c5e50f979c8137dcf3cadcb06cd3c5cfe330",
"reference": "1d67c5e50f979c8137dcf3cadcb06cd3c5cfe330",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/php-code-coverage": "^2.1.0",
"phpunit/phpunit": "4.8.*"
},
"type": "library",
"autoload": {
"psr-0": {
"Bramus": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bram(us) Van Damme",
"email": "bramus@bram.us",
"homepage": "http://www.bram.us"
}
],
"description": "A lightweight and simple object oriented PHP Router",
"homepage": "https://github.com/bramus/router",
"keywords": [
"router",
"routing"
],
"time": "2017-12-21T20:37:23+00:00"
},
{
"name": "codervio/envmanager",
"version": "1.7",
"source": {
"type": "git",
"url": "https://github.com/Codervio/Envmanager.git",
"reference": "6b74977f2a048fd2afac144032ccda2808ed2acb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codervio/Envmanager/zipball/6b74977f2a048fd2afac144032ccda2808ed2acb",
"reference": "6b74977f2a048fd2afac144032ccda2808ed2acb",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "6.0.*"
},
"type": "library",
"autoload": {
"psr-4": {
"Codervio\\Envmanager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marin Sagovac",
"email": "marin@sagovac.com"
},
{
"name": "Codervio Community",
"homepage": "http://codervio.com"
}
],
"description": "Codervio Environment manager",
"homepage": "http://codervio.com",
"keywords": [
".env",
"array-env",
"config",
"dev-tools",
"dot-env",
"dotenv",
"dotenv-editor",
"env",
"environment",
"framework",
"loader",
"parser",
"php"
],
"time": "2018-03-07T23:55:50+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}