File: /var/www/laracopilot.stgviitor.com/laracopilot-wp/wp-content/themes/laracopilot-v2/composer.json
{
"name": "laracopilot/laracopilot-v2",
"type": "wordpress-theme",
"description": "LaraCopilot V2 WordPress Theme",
"keywords": [
"WordPress",
"Themes",
"LaraCopilot"
],
"homepage": "https://laracopilot.com",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "LaraCopilot",
"homepage": "https://laracopilot.com"
}
],
"require": {
"php": ">=7.4"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"wptrt/wpthemereview": "^0.2.1",
"php-parallel-lint/php-parallel-lint": "^1.2.0",
"wp-cli/i18n-command": "^2.2.5"
},
"scripts": {
"lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
"lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .",
"make-pot": "wp i18n make-pot . languages/laracopilot-v2.pot"
},
"support": {
"issues": "https://github.com/laracopilot/laracopilot-v2/issues",
"source": "https://github.com/laracopilot/laracopilot-v2"
}
}