fix(plugin): remove invalid commands/repository schema from plugin.json
Some checks failed
CI / PHP 8.3 (push) Failing after 2m14s
CI / PHP 8.4 (push) Failing after 2m15s

Commands auto-discovered from commands/ directory. Repository must be
a string, not an object.

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-13 10:54:42 +00:00
parent 78b728c6df
commit 1594ea0586

View file

@ -7,11 +7,5 @@
"email": "hello@host.uk.com"
},
"license": "EUPL-1.2",
"commands": [
{
"name": "api:generate",
"description": "Generate TypeScript/JavaScript API client from Laravel routes",
"file": "api/commands/generate.md"
}
]
"repository": "https://forge.lthn.ai/core/php.git"
}