File: //old_home_backup/davidrendel.org.uk/public_html/wp-content/themes/kubio/composer.json
{
"name": "extendthemes/gutantag-theme",
"description": "Gutentag theme",
"license": "GPL",
"authors": [
{
"name": "Iulian Palade",
"email": "iulian.palade@extendstudio.com"
}
],
"autoload": {
"psr-4": {
"Kubio\\Theme\\": "lib/kubio-themebase/src/",
"ColibriWP\\Theme\\": "lib/colibriwp/src/",
"Wolfcast\\":"lib/browser-detection"
},
"files": [
"inc/template-functions.php"
]
},
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"squizlabs/php_codesniffer": "^3.5",
"phpcompatibility/php-compatibility": "^9.3",
"wp-coding-standards/wpcs": "^2.2",
"sirbrillig/phpcs-variable-analysis": "^2.8"
},
"config": {
"platform-check": false,
"platform": {
"php": "7.1.3"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"format": "phpcbf -d memory_limit=1024M --standard=phpcs.xml",
"lint": "phpcs --standard=phpcs.xml --runtime-set ignore_warnings_on_exit 1"
}
}