Files
MokoJoomHero/composer.json
T
jmiller 90b8b376ec
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 11s
Generic: Repo Health / Access control (push) Successful in 2s
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
chore: align composer.json to Joomla 6 / PHP 8.3
2026-07-13 01:43:04 +00:00

33 lines
705 B
JSON

{
"name": "mokoconsulting/tpl-mokojoomhero",
"description": "MokoJoomHero — Modern Joomla 6 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.3"
},
"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
}
}
}