2026-06-02 13:47:36 -05:00
|
|
|
{
|
|
|
|
|
"name": "mokoconsulting/mokobackup",
|
|
|
|
|
"description": "Full-site backup and restore for Joomla — database, files, and configuration",
|
|
|
|
|
"type": "joomla-package",
|
|
|
|
|
"version": "01.00.00",
|
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Moko Consulting",
|
|
|
|
|
"email": "hello@mokoconsulting.tech",
|
|
|
|
|
"homepage": "https://mokoconsulting.tech"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"require": {
|
2026-06-02 15:30:54 -05:00
|
|
|
"php": ">=8.1",
|
|
|
|
|
"ext-zip": "*",
|
|
|
|
|
"ext-pdo": "*",
|
|
|
|
|
"ext-pdo_mysql": "*",
|
|
|
|
|
"ext-curl": "*",
|
|
|
|
|
"ext-ftp": "*",
|
|
|
|
|
"ext-mbstring": "*"
|
2026-06-02 13:47:36 -05:00
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"squizlabs/php_codesniffer": "^3.7",
|
|
|
|
|
"phpstan/phpstan": "^1.10",
|
|
|
|
|
"joomla/coding-standards": "^3.0"
|
|
|
|
|
},
|
|
|
|
|
"config": {
|
|
|
|
|
"sort-packages": true
|
|
|
|
|
}
|
|
|
|
|
}
|