aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/tests/fixtures/minimal/composer.json
blob: a84ee9fba8da2bbf58e5bc09bdc42fb2fb312ac6 (plain)
1
2
3
4
5
6
7
8
{
    "name": "test/minimal-project",
    "description": "A minimal test project",
    "license": "MIT",
    "require": {
        "php": ">=8.1"
    }
}