From 6be9b6b1b0d53c78b973f21e826c7ac2c81682ea Mon Sep 17 00:00:00 2001 From: Socheat Sok Date: Thu, 26 Dec 2019 08:41:04 +0700 Subject: [PATCH] Change package type to "metapackage" An empty package that contains requirements and will trigger their installation, but contains no files and will not write anything to the filesystem. As such, it does not require a dist or source key to be installable. --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f44fc8e..2e93374 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,12 @@ { "name": "socheatsok78/laravel-psalm-helper", "description": "Laravel Psalm Helper", - "type": "library", + "type": "metapackage", "license": "MIT", "keywords": [ - "library", - "laravel" + "laravel", + "psalm", + "static-analysis" ], "authors": [ {