mirror of
https://gh.wpcy.net/https://github.com/JayWood/jw-wpcli-random-posts.git
synced 2026-04-24 12:23:33 +08:00
21 lines
599 B
JSON
21 lines
599 B
JSON
{
|
|
"name": "JayWood/jw-wpcli-random-posts",
|
|
"description": "A robust random post generator for WP CLI which supports multisite, post types, post counts, taxonomies, terms, term counts and featured images.",
|
|
"type": "wp-cli-package",
|
|
"keywords": ["wp-cli", "wordpress", "placeholder", "random posts"],
|
|
"homepage": "http://plugish.com",
|
|
"license": "GPLv2",
|
|
"authors": [
|
|
{
|
|
"name": "Jay Wood",
|
|
"email": "jjwood2004@gmail.com",
|
|
"homepage": "http://plugish.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"autoload": {
|
|
"files": ["generate-posts.php"]
|
|
}
|
|
}
|