composer.json
{
"name": "phpexperts/env",
"description": "Use Laravel's pre-5.8 env() function in your non-Laravel projects.",
"keywords": [
"laravel",
"5.7",
"env",
"shim"
],
"homepage": "https://github/phpexpertsinc/",
"license": "MIT",
"authors": [
{
"name": "PHP Experts, Inc.",
"homepage": "https://www.phpexperts.pro/"
},
{
"name": "Theodore R. Smith",
"homepage": "https://www.linkedin.com/in/hopeseekr"
},
{
"name": "Taylor Otwell",
"homepage": "https://www.laravel.com/"
}
],
"require": {
"php": ">=7.0",
"0.0.0/composer-include-files": "*",
"vlucas/phpdotenv": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
"phpunit/phpunit": "6.*|7.*|9.*",
"phpexperts/dockerize": "*",
"phpexperts/skeleton": "*",
"phpstan/phpstan": "*",
"squizlabs/php_codesniffer": "*",
"symfony/var-dumper": "*"
},
"autoload-dev": {
"psr-4": { "PHPExperts\\" : "tests/" }
},
"extra": {
"include_files": [
"src/env-shim.php"
]
},
"config": {
"allow-plugins": {
"0.0.0/composer-include-files": true
}
}
}