Add neutral diagnostic framework for future reporting modules: - DiagnosticReporterInterface, Registry, Manager, PayloadSanitizer - Laravel exception hook in bootstrap/app.php - Module permission declarations (requires_permissions in module.json) - Core diagnostic report points (module boot/install/update failures) - Module documentation update (moduldoku.md) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"active": true,
|
|
"name": "Inflector",
|
|
"slug": "inflector",
|
|
"docsSlug": "doctrine-inflector",
|
|
"versions": [
|
|
{
|
|
"name": "2.1",
|
|
"branchName": "2.1.x",
|
|
"slug": "2.1",
|
|
"upcoming": true
|
|
},
|
|
{
|
|
"name": "2.0",
|
|
"branchName": "2.0.x",
|
|
"slug": "2.0",
|
|
"current": true,
|
|
"aliases": [
|
|
"current",
|
|
"stable"
|
|
]
|
|
},
|
|
{
|
|
"name": "1.4",
|
|
"branchName": "1.4.x",
|
|
"slug": "1.4",
|
|
"maintained": false
|
|
},
|
|
{
|
|
"name": "1.3",
|
|
"branchName": "1.3.x",
|
|
"slug": "1.3",
|
|
"maintained": false
|
|
},
|
|
{
|
|
"name": "1.2",
|
|
"branchName": "1.2.x",
|
|
"slug": "1.2",
|
|
"maintained": false
|
|
},
|
|
{
|
|
"name": "1.1",
|
|
"branchName": "1.1.x",
|
|
"slug": "1.1",
|
|
"maintained": false
|
|
},
|
|
{
|
|
"name": "1.0",
|
|
"branchName": "1.0.x",
|
|
"slug": "1.0",
|
|
"maintained": false
|
|
}
|
|
]
|
|
}
|