-
- Downloads
Turn off dorgflow by default and provide an ahoy command to turn it on and off
... | ... | @@ -27,7 +27,8 @@ |
"php": ">=7.2", | ||
"composer-plugin-api": "^1.0.0", | ||
"cypresslab/gitelephant": "^2.0|^4.0", | ||
"lakedrops/composer-json-utils": "^1.5" | ||
"lakedrops/composer-json-utils": "^1.5", | ||
"lakedrops/dotenv": "^1.3" | ||
}, | ||
"require-dev": { | ||
"composer/composer": "^1.10", | ||
... | ... | @@ -41,6 +42,14 @@ |
} | ||
}, | ||
"extra": { | ||
"class": "LakeDrops\\DorgFlow\\Plugin" | ||
"class": "LakeDrops\\DorgFlow\\Plugin", | ||
"lakedrops": { | ||
"ahoy": { | ||
"dorgflow": { | ||
"usage": "Dorgflow settings and updates", | ||
"imports": ["ahoy.yml"] | ||
} | ||
} | ||
} | ||
} | ||
} |
Please register or sign in to comment