| Server IP : 192.241.186.36 / Your IP : 216.73.216.199 Web Server : Apache/2.4.29 (Ubuntu) System : Linux webserver7 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 User : root ( 0) PHP Version : 7.4.32 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/pushyard/wp-content/plugins/option-tree/ |
Upload File : |
{
"name": "valendesigns/option-tree",
"description": "Theme Options UI Builder for WordPress.",
"version": "2.7.3",
"type": "wordpress-plugin",
"homepage": "https://github.com/valendesigns/option-tree",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Derek Herman",
"email": "derek@valendesigns.com",
"homepage": "http://valendesigns.com",
"role": "Developer"
}
],
"prefer-stable" : true,
"require": {
"php": ">=5.3"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.6.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"phpcompatibility/phpcompatibility-wp": "*",
"php-coveralls/php-coveralls": "^2.1",
"slowprog/composer-copy-file": "0.2.1",
"wp-coding-standards/wpcs": "*",
"xwp/wp-dev-lib": "^1.1.0"
},
"scripts": {
"phpcs": [
"./vendor/bin/phpcs ${1:.} --standard=.phpcs.ruleset.xml"
],
"phpcbf": [
"./vendor/bin/phpcbf ${1:.} --standard=.phpcs.ruleset.xml"
],
"phpunit": [
"./bin/phpunit.sh xdebug_off"
],
"phpunit-coverage": [
"./bin/phpunit.sh xdebug_on"
],
"post-install-cmd": [
"./bin/install-tests.sh",
"./vendor/bin/cghooks add --no-lock",
"SlowProg\\CopyFile\\ScriptHandler::copy"
],
"post-update-cmd": [
"./bin/install-tests.sh",
"./vendor/bin/cghooks update",
"SlowProg\\CopyFile\\ScriptHandler::copy"
],
"readme": [
"./vendor/xwp/wp-dev-lib/scripts/generate-markdown-readme"
]
},
"extra": {
"copy-file": {
"tests/autoload.php": "tests/wp-tests/phpunit/wp-tests-config.php"
},
"hooks": {
"pre-commit": "./vendor/xwp/wp-dev-lib/scripts/pre-commit"
}
}
}