forked from mattes/wp-cli-git-command
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
25 lines (25 loc) · 804 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "mattes/wp-cli-git-command",
"type": "command",
"description": "WordPress Git helpers, like pre-commit hooks for automatic MySQL database dumps.",
"keywords": ["wp-cli", "git", "mysql", "dump", "wordpress"],
"homepage": "https://github.com/mattes/wp-cli-git-command",
"require": {
"wp-cli/wp-cli": ">=0.11"
},
"license": "MIT",
"authors": [
{
"name": "Matthias Kadenbach",
"email": "matthias.kadenbach@gmail.com",
"homepage": "http://matthiaskadenbach.de"
}
],
"support": {
"issues": "https://github.com/mattes/wp-cli-git-command/issues",
"source": "https://github.com/mattes/wp-cli-git-command"
},
"autoload": {
"files": [ "wp-cli-git-command.php" ]
}
}