require josegonzalez/php-dotenv

pull/1/head
sundowndev 2018-07-08 21:44:25 +02:00
parent c92972aa73
commit e8386e54cf
2 changed files with 126 additions and 11 deletions

View File

@ -1,11 +1,13 @@
{
"require": {
"bramus/router": "~1.3"
},
"autoload": {
"psr-4": {
"App\\Controller\\": "src/Controller",
"App\\Service\\": "src/Service"
}
"require": {
"bramus/router": "~1.3",
"josegonzalez/dotenv": "dev-master"
},
"autoload": {
"psr-4": {
"App\\Controller\\": "src/Controller",
"App\\Repository\\": "src/Repository",
"App\\Service\\": "src/Service"
}
}
}
}

117
server/composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "aaea3dbe99c937c6633f4a355bbb0d6b",
"content-hash": "759257fb9b4837a4e886866e36a4c233",
"packages": [
{
"name": "bramus/router",
@ -51,12 +51,125 @@
"routing"
],
"time": "2017-12-21T20:37:23+00:00"
},
{
"name": "josegonzalez/dotenv",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/josegonzalez/php-dotenv.git",
"reference": "bc1677b827829f1e1db4a55b8283b4b836617499"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/josegonzalez/php-dotenv/zipball/bc1677b827829f1e1db4a55b8283b4b836617499",
"reference": "bc1677b827829f1e1db4a55b8283b4b836617499",
"shasum": ""
},
"require": {
"m1/env": "2.*",
"php": ">=5.5.0"
},
"require-dev": {
"php-mock/php-mock-phpunit": "^1.1",
"satooshi/php-coveralls": "1.*",
"squizlabs/php_codesniffer": "2.*"
},
"type": "library",
"autoload": {
"psr-0": {
"josegonzalez\\Dotenv": [
"src",
"tests"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jose Diaz-Gonzalez",
"email": "dotenv@josegonzalez.com",
"homepage": "http://josediazgonzalez.com",
"role": "Maintainer"
}
],
"description": "dotenv file parsing for PHP",
"homepage": "https://github.com/josegonzalez/php-dotenv",
"keywords": [
"configuration",
"dotenv",
"php"
],
"time": "2017-11-27T14:55:32+00:00"
},
{
"name": "m1/env",
"version": "2.1.2",
"source": {
"type": "git",
"url": "https://github.com/m1/Env.git",
"reference": "294addeedf15e1149eeb96ec829f2029d2017d39"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/m1/Env/zipball/294addeedf15e1149eeb96ec829f2029d2017d39",
"reference": "294addeedf15e1149eeb96ec829f2029d2017d39",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "^2.3"
},
"suggest": {
"josegonzalez/dotenv": "For loading of .env",
"m1/vars": "For loading of configs"
},
"type": "library",
"autoload": {
"psr-4": {
"M1\\Env\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Miles Croxford",
"email": "hello@milescroxford.com",
"homepage": "http://milescroxford.com",
"role": "Developer"
}
],
"description": "Env is a lightweight library bringing .env file parser compatibility to PHP. In short - it enables you to read .env files with PHP.",
"homepage": "https://github.com/m1/Env",
"keywords": [
".env",
"config",
"dotenv",
"env",
"loader",
"m1",
"parser",
"support"
],
"time": "2018-06-19T18:55:08+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"stability-flags": {
"josegonzalez/dotenv": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],