c9fe15c90c
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 2s
Joomla package (pkg_mokoog) with three sub-extensions: - com_mokoog: Admin component with tag manager, MVC, database schema - plg_system_mokoog: OG + Twitter Card meta tag injection via onBeforeCompileHead - plg_content_mokoog: Per-article and per-menu-item OG fields in editor Includes CI/CD workflows, issue templates, 12 feature issues, and full Joomla 4/5 DI container architecture. Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
26 lines
668 B
JSON
26 lines
668 B
JSON
{
|
|
"name": "mokoconsulting/mokoog",
|
|
"description": "Open Graph, Twitter Card, and social sharing meta tag management for Joomla",
|
|
"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": {
|
|
"php": ">=8.1"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^3.7",
|
|
"phpstan/phpstan": "^1.10",
|
|
"joomla/coding-standards": "^4.0"
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
}
|
|
}
|