Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
overpastor
/
wp
/
wp-content
/
plugins
/
kubio
:
composer.json
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{ "name": "extendthemes/kubio", "require": { "pragmarx/ia-arr": "^7.3", "lodash-php/lodash-php": "0.0.9", "pragmarx/ia-str": "^7.3", "wolfcast/browser-detection": "2.9.7", "proteusthemes/wp-content-importer-v2": "^2.1", "ext-mbstring": "*", "ext-ctype": "*", "fzaninotto/faker": "1.9.2" }, "replace": { "symfony/polyfill-ctype": "*", "symfony/polyfill-mbstring": "*" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "1.0.0", "squizlabs/php_codesniffer": "^3.11.3", "phpcompatibility/php-compatibility": "^9.3", "wp-coding-standards/wpcs": "3.1.0", "sirbrillig/phpcs-variable-analysis": "^2.8", "phpcompatibility/phpcompatibility-wp": "*", "slevomat/coding-standard": "^8.1.15", "wp-cli/wp-cli": "^2.7", "automattic/vipwpcs": "^3.0" }, "autoload": { "psr-4": { "Kubio\\": "lib/src/", "Kubio\\Core\\License\\": "lib/pro/src/Core/License/" } }, "scripts": { "format": "\"vendor/bin/phpcbf\" --standard=phpcs.xml ", "lint": "\"vendor/bin/phpcs\" --standard=phpcs.xml --runtime-set ignore_warnings_on_exit 1", "compatibility-check": "\"vendor/bin/phpcs\" -d memory_limit=1024M -p ./ --extensions=php --ignore=\"./build/*,*/node_modules/*,*/vendor/*,*/.history/*\" --standard=PHPCompatibility --runtime-set testVersion 7.1" }, "config": { "platform-check": false, "platform": { "php": "7.4" }, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "php-http/discovery": true } } }