composer メモ


composer メモ

composer.json scripts

composer.json
{
    "scripts": {
        "test": "echo test"
    }
}
composer test
> echo test
test