aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/tests/fixtures/with_installed/composer.json
blob: 16533189825d5562bfecc1801207a85d2873c5e5 (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "test/locked-project",
    "description": "A project with a lock file",
    "license": "MIT",
    "require": {
        "php": ">=8.1",
        "psr/log": "^3.0"
    }
}