chore: set installer-name for composer

That should make it easier to install through Composer
This commit is contained in:
alistair3149 2024-11-17 17:49:17 -05:00
parent 27e05c72a6
commit 7cee4f44eb
No known key found for this signature in database

View file

@ -46,6 +46,9 @@
],
"phan": "phan -d . --long-progress-bar"
},
"extra": {
"installer-name": "TabberNeue"
},
"config": {
"allow-plugins": {
"composer/installers": true,