aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/plugin/fixtures/e2e-script-event/project/composer.json
blob: 59fc8f13b291e84c88dc77c9e9858614da820393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "shirabe/e2e-script-event",
    "description": "E2E fixture project: record what a post-autoload-dump PHP script sees on its Event.",
    "repositories": [
        {
            "packagist.org": false
        }
    ],
    "autoload": {
        "psr-4": {
            "Shirabe\\E2e\\": "src/"
        }
    },
    "scripts": {
        "post-autoload-dump": "Shirabe\\E2e\\ScriptEventRecorder::postAutoloadDump"
    }
}