386daba52d
Joomla: Repo Health / Access control (push) Successful in 1s
Joomla: Repo Health / Release configuration (push) Failing after 3s
Joomla: Repo Health / Scripts governance (push) Successful in 3s
Joomla: Repo Health / Repository health (push) Failing after 2s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 3s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 3s
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been skipped
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been skipped
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been skipped
Universal: PR Check / Validate PR (pull_request) Failing after 3s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 4s
Universal: PR Check / Changelog Updated (pull_request) Successful in 3s
Joomla: Repo Health / Access control (pull_request) Successful in 1s
Universal: Security Audit / Dependency Audit (pull_request) Successful in 3s
Joomla: Repo Health / Release configuration (pull_request) Failing after 3s
Joomla: Repo Health / Scripts governance (pull_request) Successful in 3s
Joomla: Repo Health / Repository health (pull_request) Failing after 3s
Universal: Build & Release / Build & Release Pipeline (pull_request) Failing after 44s
- Pull latest .gitea/workflows/ from Template-Joomla (moko-platform refs) - Remove duplicate workflow YMLs from .gitea/ root (belong in workflows/) - Update manifest.xml with correct project identity - Update composer.json VCS URL to moko-platform - Update README.md references Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
33 lines
713 B
JSON
33 lines
713 B
JSON
{
|
|
"name": "mokoconsulting/tpl-mokojoomhero",
|
|
"description": "MokoJoomHero — Modern Joomla 5 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.1"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^3.7",
|
|
"joomla/coding-standards": "^3.0",
|
|
"phpstan/phpstan": "^1.10"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://git.mokoconsulting.tech/MokoConsulting/moko-platform"
|
|
}
|
|
],
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|