update v 1.0.7.5

This commit is contained in:
Sujit Prasad
2016-06-13 20:41:55 +05:30
parent aa9786d829
commit 283d97e3ea
5078 changed files with 339851 additions and 175995 deletions

View File

@@ -1,10 +1,8 @@
{
"name": "vlucas/phpdotenv",
"type": "library",
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": ["env", "dotenv", "environment"],
"homepage": "http://github.com/vlucas/phpdotenv",
"license" : "BSD",
"license" : "BSD-3-Clause-Attribution",
"authors" : [
{
"name": "Vance Lucas",
@@ -13,14 +11,19 @@
}
],
"require": {
"php": ">=5.3.2"
"php": ">=5.3.9"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "^4.8 || ^5.0"
},
"autoload": {
"psr-0": {
"Dotenv": "src/"
"psr-4": {
"Dotenv\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
}
}