diff options
Diffstat (limited to 'scripts/linters/composer.json')
| -rw-r--r-- | scripts/linters/composer.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/linters/composer.json b/scripts/linters/composer.json new file mode 100644 index 00000000..fddb624d --- /dev/null +++ b/scripts/linters/composer.json @@ -0,0 +1,13 @@ +{ + "name": "shirabe/lint", + "description": "Structural linters enforcing this repository's Rust source conventions", + "license": "MIT", + "require": { + "php": ">=8.1" + }, + "autoload": { + "psr-4": { + "Shirabe\\Lint\\": "src/" + } + } +} |
