Files
MokoOnyx/composer.json
T
jmiller c0b4890fb3
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 16s
chore: align composer.json to Joomla 6 / PHP 8.3
2026-07-13 01:43:08 +00:00

31 lines
777 B
JSON

{
"name": "mokoconsulting/mokoonyx",
"description": "MokoOnyx \u00e2\u20ac\u201d Joomla site template based on Cassiopeia",
"type": "joomla-template",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Jonathan Miller",
"email": "hello@mokoconsulting.tech"
}
],
"require": {
"ext-zip": "*",
"php": ">=8.3"
},
"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"
}
]
}