aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/plugin/fixtures/e2e-command/project/composer.json
blob: e68a53dea3f0d2529de1428b9b6bfc591d87b6d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "shirabe/e2e-command-provider",
    "description": "E2E fixture project: run a plugin-provided command against upstream Composer and Shirabe.",
    "repositories": [
        {
            "type": "path",
            "url": "../plugin",
            "options": {
                "symlink": false
            }
        },
        {
            "packagist.org": false
        }
    ],
    "require": {
        "shirabe-test/command-provider": "1.0.0"
    },
    "config": {
        "allow-plugins": {
            "shirabe-test/command-provider": true
        }
    }
}