php/.claude-plugin/plugin.json
Snider 1594ea0586
Some checks failed
CI / PHP 8.3 (push) Failing after 2m14s
CI / PHP 8.4 (push) Failing after 2m15s
fix(plugin): remove invalid commands/repository schema from plugin.json
Commands auto-discovered from commands/ directory. Repository must be
a string, not an object.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 10:54:42 +00:00

11 lines
284 B
JSON

{
"name": "core-php",
"description": "PHP/Laravel development skills, API generation, and formatting",
"version": "0.1.0",
"author": {
"name": "Host UK",
"email": "hello@host.uk.com"
},
"license": "EUPL-1.2",
"repository": "https://forge.lthn.ai/core/php.git"
}