a758dbc1 by Jeff Balicki

composer

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 577e091b
1 { 1 {
2 "name": "jeffbalicki/msf-climate-hub", 2 "name": "scottjs/wp-dotenv",
3 "require": { 3 "description": "Helper scripts to enable WordPress to use dotenv config files, similar to Laravel 5.",
4 "vlucas/phpdotenv": "^5.5" 4 "license": "MIT",
5 }, 5 "authors": [
6 "authors": [ 6 {
7 { 7 "name": "Scott Salisbury",
8 "name": "Jeff", 8 "email": "scottsalisbury@gmail.com"
9 "email": "jeff@gotenzing.com" 9 }
10 } 10 ],
11 ] 11 "require": {
12 "vlucas/phpdotenv": "^2.2"
13 },
14 "scripts": {
15 "generate-config" : [
16 "vendor/scottjs/wp-dotenv/generate-config.sh"
17 ],
18 "generate-config-with-salts" : [
19 "vendor/scottjs/wp-dotenv/generate-config.sh salts"
20 ]
21 },
22 "minimum-stability": "dev"
12 } 23 }
......