aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/plugin/fixtures/e2e-exception/project/composer.json
blob: da06cc93e2f1a0b84ea49ff262811804199bd74f (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-exception",
    "description": "E2E fixture project: record the exceptions a plugin catches from Composer services.",
    "repositories": [
        {
            "type": "path",
            "url": "../plugin",
            "options": {
                "symlink": false
            }
        },
        {
            "packagist.org": false
        }
    ],
    "require": {
        "shirabe-test/exception-probe": "1.0.0"
    },
    "config": {
        "allow-plugins": {
            "shirabe-test/exception-probe": true
        }
    }
}