Port more of WP-CLI skeleton so we get a nice readme, which can include the minimum PHP version
Showing
.gitignore
0 → 100644
Gruntfile.js
0 → 100755
composer.json
0 → 100644
{ | ||
"name": "automattic/cron-control", | ||
"description": "Execute WordPress cron events in parallel, with custom event storage for high-volume cron.", | ||
"license": "GPL-2.0", | ||
"require": { | ||
"php": ">=7.0.0" | ||
}, | ||
"require-dev": { | ||
"wp-cli/wp-cli": "*" | ||
} | ||
} |
package.json
0 → 100755
{ | ||
"name": "cron-control", | ||
"version": "1.5.0", | ||
"main": "Gruntfile.js", | ||
"author": "Automatic", | ||
"devDependencies": { | ||
"grunt": "~0.4.5", | ||
"grunt-wp-i18n": "~0.5.0", | ||
"grunt-wp-readme-to-markdown": "~1.0.0" | ||
} | ||
} |
readme.txt
0 → 100755
Please register or sign in to comment