Skip to content

Commit 3e2d771

Browse files
committed
Merge branch 'master' into 3877-improve-composer-change-logs
2 parents 30e2c30 + 12f6ccb commit 3e2d771

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,19 +106,22 @@ source /FULL/PATH/TO/wp-completion.bash
106106

107107
## Support
108108

109-
WP-CLI's maintainers and project contributors have limited availability to address general support questions. The [current version of WP-CLI](https://wp-cli.org/docs/roadmap/) is the only officially supported version.
109+
WP-CLI's maintainers and contributors have limited availability to address general support questions. The [current version of WP-CLI](https://wp-cli.org/docs/roadmap/) is the only officially supported version.
110110

111-
When looking for support, please first look for an answer in one of the following resources:
111+
When looking for support, please first search for your question in these venues:
112112

113-
- [Common issues and their fixes](https://wp-cli.org/docs/common-issues/)
114-
- [Documentation portal](https://wp-cli.org/docs/)
115-
- [Open or closed issues on Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue)
116-
- [runcommand tips](https://runcommand.io/tips/)
117-
- [WordPress StackExchange forums](https://wordpress.stackexchange.com/questions/tagged/wp-cli)
113+
* [Common issues and their fixes](https://wp-cli.org/docs/common-issues/)
114+
* [WP-CLI Documentation portal](https://wp-cli.org/docs/)
115+
* [Open or closed issues in the WP-CLI GitHub organization](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue)
116+
* [Threads tagged 'WP-CLI' in the WordPress.org support forum](https://wordpress.org/support/topic-tag/wp-cli/)
117+
* [Questions tagged 'WP-CLI' in the WordPress StackExchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli)
118118

119-
You can also join the `#cli` channel on the [WordPress.org Slack organization](https://make.wordpress.org/chat/) to see if a community member might have an answer for you.
119+
If you didn't find an answer in one of the venues above, you can:
120120

121-
Github issues are meant for tracking enhancements and bugs of existing commands, not general support. Before submitting a bug report, please [review our best practices](https://wp-cli.org/docs/bug-reports/) to help ensure your issue is addressed in a timely manner.
121+
* Join the `#cli` channel in the [WordPress.org Slack](https://make.wordpress.org/chat/) to chat with whomever might be available at the time. This option is best for quick questions.
122+
* [Post a new thread](https://wordpress.org/support/forum/wp-advanced/#new-post) in the WordPress.org support forum and tag it 'WP-CLI' so it's seen by the community.
123+
124+
GitHub issues are meant for tracking enhancements to and bugs of existing commands, not general support. Before submitting a bug report, please [review our best practices](https://wp-cli.org/docs/bug-reports/) to help ensure your issue is addressed in a timely manner.
122125

123126
Please do not ask support questions on Twitter. Twitter isn't an acceptable venue for support because: 1) it's hard to hold conversations in under 140 characters, and 2) Twitter isn't a place where someone with your same question can search for an answer in a prior conversation.
124127

composer.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
"url": "https://github.com/wp-cli/composer-changelogs"
1919
}
2020
],
21+
"minimum-stability": "dev",
22+
"prefer-stable": true,
2123
"require": {
2224
"php": ">=5.3.29",
2325
"wp-cli/php-cli-tools": "~0.11.2",
@@ -36,22 +38,28 @@
3638
"symfony/event-dispatcher": "~2.7",
3739
"symfony/process": "~2.1",
3840
"symfony/translation": "~2.7",
39-
"nb/oxymel": "~0.1.0",
4041
"composer/composer": "^1.2.0",
4142
"wp-cli/cron-command": "^1.0",
4243
"wp-cli/import-command": "^1.0",
43-
"wp-cli/db-command": "^1.0"
44+
"wp-cli/db-command": "^1.0",
45+
"wp-cli/media-command": "^1.0",
46+
"wp-cli/export-command": "^1.0",
47+
"wp-cli/package-command": "^1.0",
48+
"wp-cli/search-replace-command": "^1.0",
49+
"wp-cli/server-command": "^1.0",
50+
"wp-cli/shell-command": "^1.0",
51+
"wp-cli/eval-command": "^1.0"
4452
},
4553
"require-dev": {
4654
"phpunit/phpunit": "3.7.*",
4755
"behat/behat": "2.5.*",
4856
"pyrech/composer-changelogs": "dev-php53 as 1.5.1"
57+
"roave/security-advisories": "dev-master"
4958
},
5059
"suggest": {
5160
"psy/psysh": "Enhanced `wp shell` functionality"
5261
},
5362
"autoload": {
54-
"psr-0": { "WP_CLI": "php" },
55-
"classmap": [ "php/export" ]
63+
"psr-0": { "WP_CLI": "php" }
5664
}
5765
}

0 commit comments

Comments
 (0)