Server : LiteSpeed System : Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : nimalaab ( 3358) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/nimalaab/www/wp-content/themes/as/ |
{ "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" } }