27 lines
		
	
	
		
			671 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			671 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "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",
 | |
|     "authors" : [
 | |
|         {
 | |
|             "name": "Vance Lucas",
 | |
|             "email": "vance@vancelucas.com",
 | |
|             "homepage": "http://www.vancelucas.com"
 | |
|         }
 | |
|     ],
 | |
|     "require": {
 | |
|         "php": ">=5.3.2"
 | |
|     },
 | |
|     "require-dev": {
 | |
|         "phpunit/phpunit": "~4.0"
 | |
|     },
 | |
|     "autoload": {
 | |
|         "psr-0": {
 | |
|             "Dotenv": "src/"
 | |
|         }
 | |
|     }
 | |
| }
 | 
