chore: add ext-zip to composer.json require
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,29 +1,30 @@
|
|||||||
{
|
{
|
||||||
"name": "mokoconsulting/mokocassiopeia",
|
"name": "mokoconsulting/mokocassiopeia",
|
||||||
"description": "MokoCassiopeia — Joomla site template based on Cassiopeia",
|
"description": "MokoCassiopeia \u00e2\u20ac\u201d Joomla site template based on Cassiopeia",
|
||||||
"type": "joomla-template",
|
"type": "joomla-template",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Jonathan Miller",
|
"name": "Jonathan Miller",
|
||||||
"email": "hello@mokoconsulting.tech"
|
"email": "hello@mokoconsulting.tech"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.1"
|
"php": ">=8.1",
|
||||||
},
|
"ext-zip": "*"
|
||||||
"require-dev": {
|
},
|
||||||
"mokoconsulting-tech/enterprise": "^4.0"
|
"require-dev": {
|
||||||
},
|
"mokoconsulting-tech/enterprise": "^4.0"
|
||||||
"config": {
|
},
|
||||||
"sort-packages": true,
|
"config": {
|
||||||
"optimize-autoloader": true,
|
"sort-packages": true,
|
||||||
"preferred-install": "dist"
|
"optimize-autoloader": true,
|
||||||
},
|
"preferred-install": "dist"
|
||||||
"repositories": [
|
},
|
||||||
{
|
"repositories": [
|
||||||
"type": "composer",
|
{
|
||||||
"url": "https://git.mokoconsulting.tech/api/packages/MokoConsulting/composer"
|
"type": "composer",
|
||||||
}
|
"url": "https://git.mokoconsulting.tech/api/packages/MokoConsulting/composer"
|
||||||
]
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user