Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
705 B
JSON
Raw Permalink Normal View History

{
"name": "mokoconsulting/tpl-mokojoomhero",
"description": "MokoJoomHero — Modern Joomla 5 template by Moko Consulting",
"type": "joomla-template",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Moko Consulting",
"email": "hello@mokoconsulting.tech",
"homepage": "https://mokoconsulting.tech"
}
],
"require": {
"php": ">=8.1"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7",
"joomla/coding-standards": "^3.0",
"phpstan/phpstan": "^1.10"
},
"repositories": [
{
"type": "vcs",
2026-05-23 17:51:54 -05:00
"url": "https://github.com/mokoconsulting-tech/MokoStandards"
}
],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}