d5d077dcef
Generic: Repo Health / Release configuration (push) Blocked by required conditions
Generic: Repo Health / Scripts governance (push) Blocked by required conditions
Generic: Repo Health / Repository health (push) Blocked by required conditions
Generic: Repo Health / Report Issues (push) Blocked by required conditions
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 1s
Project scaffolding for MokoJoomCommunity — community profiles, connections, and activity streams for Joomla. All development work is on the dev branch. Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
34 lines
760 B
JSON
34 lines
760 B
JSON
{
|
|
"name": "mokoconsulting/mokojoomcommunity",
|
|
"description": "Community profiles, connections, and activity streams for Joomla — fork of Community Builder",
|
|
"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": {
|
|
"phpunit/phpunit": "^10.5",
|
|
"squizlabs/php_codesniffer": "^3.7",
|
|
"phpstan/phpstan": "^1.10",
|
|
"joomla/coding-standards": "3.0.x-dev"
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"MokoJoomCommunity\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"sort-packages": true
|
|
}
|
|
}
|