| Server IP : 10.19.1.101 / Your IP : 216.73.216.158 Web Server : Apache System : Linux web1f13.kinghost.net 5.4.282-1.el8.elrepo.x86_64 #1 SMP Mon Aug 19 18:33:22 EDT 2024 x86_64 User : schererimoveisrs ( 170628) PHP Version : 7.4.33 Disable Function : apache_child_terminate,c99_buff_prepare,c99_sess_put,dl,exec,leak,link,myshellexec,openlog,passthru,pclose,pcntl_exec,php_check_syntax,php_strip_whitespace,popen,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,show_source,symlink,system,socket_listen,socket_create_listen,putenv MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/schererimoveisrs/www/wp-content/plugins/wp-crontrol/ |
Upload File : |
{
"name": "johnbillion/wp-crontrol",
"description": "Take control of the cron events on your WordPress website",
"homepage": "https://wp-crontrol.com",
"license": "GPL-2.0-or-later",
"type": "wordpress-plugin",
"authors": [
{
"name": "John Blackbourn",
"homepage": "https://johnblackbourn.com/"
},
{
"name": "Edward Dale",
"homepage": "http://scompt.com/"
}
],
"config": {
"sort-packages": true,
"preferred-install": "dist",
"prepend-autoloader": false,
"classmap-authoritative": true,
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"roots/wordpress-core-installer": true
}
},
"require-dev": {
"johnbillion/plugin-infrastructure": "2.5.1",
"johnbillion/wp-compat": "1.4.0",
"php-stubs/wordpress-stubs": "6.9.0",
"phpcompatibility/phpcompatibility-wp": "2.1.8",
"phpstan/phpstan": "2.1.33",
"szepeviktor/phpstan-wordpress": "2.0.3",
"wp-coding-standards/wpcs": "3.3.0"
},
"require": {
"php": ">=7.4",
"composer/installers": "^1.0 || ^2.0"
},
"autoload": {
"classmap": [
"src"
]
},
"autoload-dev": {
"psr-4": {
"Crontrol\\Tests\\": "tests/integration"
}
},
"extra": {
"wordpress-install-dir": "vendor/wordpress/wordpress"
},
"scripts": {
"build-vendor": [
"build-vendor"
],
"test": [
"@composer validate --strict --no-check-lock",
"@test:phpstan",
"@test:phpcbf",
"@test:phpcs",
"@test:start",
"@test:integration",
"@test:acceptance",
"@test:stop"
],
"test:acceptance": [
"acceptance-tests"
],
"test:integration": [
"integration-tests"
],
"test:phpcs": [
"phpcs -nps --colors --report-code --report-summary --report-width=80 --basepath=./ ."
],
"test:phpcbf": [
"phpcbf -nps --colors --report-code --report-summary --report-width=80 --basepath=./ ."
],
"test:phpstan": [
"phpstan analyze -v --memory-limit=1024M"
],
"test:start": [
"tests-start"
],
"test:stop": [
"tests-stop"
],
"test:destroy": [
"tests-destroy"
]
},
"support": {
"issues": "https://github.com/johnbillion/wp-crontrol/issues",
"forum": "https://wordpress.org/support/plugin/wp-crontrol",
"source": "https://github.com/johnbillion/wp-crontrol",
"security": "https://wp-crontrol.com/security/"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/johnbillion"
}
]
}