From 7cee4f44eb4ca2d790465b234d18e0ebf1e0cd5c Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Sun, 17 Nov 2024 17:49:17 -0500 Subject: [PATCH] chore: set installer-name for composer That should make it easier to install through Composer --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index da83193..72447c0 100644 --- a/composer.json +++ b/composer.json @@ -46,6 +46,9 @@ ], "phan": "phan -d . --long-progress-bar" }, + "extra": { + "installer-name": "TabberNeue" + }, "config": { "allow-plugins": { "composer/installers": true,