Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
islaam.net
/
www2.islaam.net
/
wp-content
/
plugins
/
block-options
/
Filename :
composer.json
back
Copy
{ "name": "phpbits/block-options", "type": "wordpress-plugin", "require-dev": { "squizlabs/php_codesniffer": "^3.5", "phpcompatibility/phpcompatibility-wp": "^2.1", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.4", "phpunit/phpunit": "^8.5" }, "scripts": { "post-install-cmd": "vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs", "post-update-cmd": "vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs", "test": [ "./vendor/bin/phpcs --report=full --colors -p --standard=phpcs.xml --ignore=*/vendor/*,*/node_modules/*,*/build/* * --extensions=php" ], "lint": "vendor/bin/phpcs plugin.php includes/", "lint:fix": "vendor/bin/phpcbf plugin.php includes/ --standard=./ruleset.xml" } }