aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/linters/composer.json
blob: fddb624d857f21b1a4cb54a6b6d1c4cd6d90bd9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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/"
        }
    }
}