aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/plugin/fixtures/e2e-process-executor/project/composer.json
blob: 61ca9a5a5fd08497fe5b8d2a4f7093f2b7f9b1e1 (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
25
{
    "name": "shirabe/e2e-process-executor",
    "description": "E2E fixture project: record what a plugin's own ProcessExecutor reports.",
    "repositories": [
        {
            "type": "path",
            "url": "../plugin",
            "options": {
                "symlink": false
            }
        },
        {
            "packagist.org": false
        }
    ],
    "require": {
        "shirabe-test/process-executor-probe": "1.0.0"
    },
    "config": {
        "process-timeout": 42,
        "allow-plugins": {
            "shirabe-test/process-executor-probe": true
        }
    }
}