%PDF- %PDF-
Direktori : /var/www/projetos/spanish.ongrace.com/wp-content/plugins/flash-toolkit/ |
Current File : /var/www/projetos/spanish.ongrace.com/wp-content/plugins/flash-toolkit/composer.json |
{ "name": "themegrill/flash-toolkit", "description": "ThemeGrill Core Toolkit Plugin for Flash Theme.", "homepage": "http://themegrill.com/plugins/flash-toolkit/", "type": "wordpress-plugin", "license": "GPL-3.0-or-later", "require": { "composer/installers": "~1.2" }, "require-dev": { "squizlabs/php_codesniffer": "*", "wp-coding-standards/wpcs": "^0.14", "phpunit/phpunit": "6.2.3", "wpeverest/wpeverest-git-hooks": "*", "wpeverest/wpeverest-sniffs": "*", "wimg/php-compatibility": "^8.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3" }, "scripts": { "pre-update-cmd": [ "WPEverest\\GitHooks\\Hooks::preHooks" ], "pre-install-cmd": [ "WPEverest\\GitHooks\\Hooks::preHooks" ], "post-install-cmd": [ "WPEverest\\GitHooks\\Hooks::postHooks" ], "post-update-cmd": [ "WPEverest\\GitHooks\\Hooks::postHooks" ], "phpcs": [ "phpcs -s -p" ], "phpcbf": [ "phpcbf -p" ] }, "extra": { "scripts-description": { "phpcs": "Analyze code against the WordPress coding standard with PHP_CodeSniffer", "phpcbf": "Fix coding standards warnings/errors automattically with PHP Code Beautifier" } } }