composer
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
2 changed files
with
17 additions
and
6 deletions
composer.json
100644 → 100755
| 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 | }, | ||
| 6 | "authors": [ | 5 | "authors": [ |
| 7 | { | 6 | { |
| 8 | "name": "Jeff", | 7 | "name": "Scott Salisbury", |
| 9 | "email": "jeff@gotenzing.com" | 8 | "email": "scottsalisbury@gmail.com" |
| 10 | } | 9 | } |
| 10 | ], | ||
| 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" | ||
| 11 | ] | 20 | ] |
| 21 | }, | ||
| 22 | "minimum-stability": "dev" | ||
| 12 | } | 23 | } | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment