| Server IP : 52.202.253.110 / Your IP : 216.73.217.139 Web Server : Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8 System : Linux ip-172-32-10-67.ec2.internal 6.1.49-70.116.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 6 22:13:07 UTC 2023 x86_64 User : ec2-user ( 1000) PHP Version : 8.2.9 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/vhosts/cirrata_html/wp-content/plugins/widget-context/ |
Upload File : |
{
"name": "kasparsd/widget-context",
"description": "WordPress plugin for showing or hiding widgets on specific posts, pages and sections of a site.",
"homepage": "https://widgetcontext.com",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Kaspars Dambis",
"homepage": "https://widgetcontext.com"
}
],
"support": {
"issues": "https://github.com/kasparsd/widget-context-wporg/issues",
"source": "https://github.com/kasparsd/widget-context-wporg"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,
"platform": {
"php": "5.6.20"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require-dev": {
"10up/wp_mock": "^0.2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"mockery/mockery": "^0.9.5",
"php-coveralls/php-coveralls": "^2.4",
"phpcompatibility/php-compatibility": "dev-develop as 9.99.99",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"phpmd/phpmd": "^2.10",
"phpunit/phpunit": "^5.7",
"wp-coding-standards/wpcs": "^3.1",
"yoast/phpunit-polyfills": "^2.0"
},
"autoload": {
"classmap": [
"src/"
]
},
"autoload-dev": {
"psr-4": {
"Preseto\\WidgetContextTest\\": "tests/php/"
}
},
"scripts": {
"lint": [
"composer validate --no-check-publish --strict",
"phpcs"
],
"format": [
"phpcbf"
],
"mess": [
"phpmd ./src text phpmd.xml --suffixes php"
],
"test": [
"phpunit"
],
"coverage": [
"php-coveralls -v"
],
"release": [
"composer install --no-dev --prefer-dist --optimize-autoloader"
]
}
}