Files
MokoJoomHero/composer.json
T
Jonathan Miller 761915d540 feat(template): scaffold Joomla 5 template structure
Convert repo from empty module scaffold to a complete Joomla 5 site
template with manifest, index/error/offline/component pages, Web Asset
Manager config, CSS custom-property stylesheet, language files, and
11 module positions including a hero section.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-16 14:33:30 -05:00

33 lines
705 B
JSON

{
"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",
"url": "https://github.com/mokoconsulting-tech/MokoStandards"
}
],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}