a758dbc1 by Jeff Balicki

composer

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 577e091b
{
"name": "jeffbalicki/msf-climate-hub",
"require": {
"vlucas/phpdotenv": "^5.5"
},
"name": "scottjs/wp-dotenv",
"description": "Helper scripts to enable WordPress to use dotenv config files, similar to Laravel 5.",
"license": "MIT",
"authors": [
{
"name": "Jeff",
"email": "jeff@gotenzing.com"
"name": "Scott Salisbury",
"email": "scottsalisbury@gmail.com"
}
],
"require": {
"vlucas/phpdotenv": "^2.2"
},
"scripts": {
"generate-config" : [
"vendor/scottjs/wp-dotenv/generate-config.sh"
],
"generate-config-with-salts" : [
"vendor/scottjs/wp-dotenv/generate-config.sh salts"
]
},
"minimum-stability": "dev"
}
......