PHP Classes

File: vendor/vlucas/phpdotenv/composer.json

Recommend this page to a friend!
  Classes of uche   Farm Price   vendor/vlucas/phpdotenv/composer.json   Download  
File: vendor/vlucas/phpdotenv/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Farm Price
API to get the prices from agriculture markets
Author: By
Last change:
Date: 2 years ago
Size: 719 bytes
 

Contents

Class file image Download
{ "name": "vlucas/phpdotenv", "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", "keywords": ["env", "dotenv", "environment"], "license" : "BSD-3-Clause-Attribution", "authors" : [ { "name": "Vance Lucas", "email": "vance@vancelucas.com", "homepage": "http://www.vancelucas.com" } ], "require": { "php": ">=5.3.9" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.0" }, "autoload": { "psr-4": { "Dotenv\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "2.4-dev" } } }