- Add mokoconsulting-tech/enterprise as Composer dev dependency - Replace generic Makefile with MokoStandards CLI-powered targets - Validation: check:syntax, check:joomla, check:version, check:xml, check:headers, check:secrets, health - Build: reads version from README.md, packages src/ into installable ZIP - Cross-platform ZIP support (zip, pwsh, powershell) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
30 lines
618 B
JSON
30 lines
618 B
JSON
{
|
|
"name": "mokoconsulting/mokocassiopeia",
|
|
"description": "MokoCassiopeia — Joomla site template based on Cassiopeia",
|
|
"type": "joomla-template",
|
|
"license": "GPL-3.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Miller",
|
|
"email": "hello@mokoconsulting.tech"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.1"
|
|
},
|
|
"require-dev": {
|
|
"mokoconsulting-tech/enterprise": "^4.0"
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "https://git.mokoconsulting.tech/api/packages/MokoConsulting/composer"
|
|
}
|
|
]
|
|
}
|