From c8bce16c753dacd409525f251ef73e395e40c0b8 Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Thu, 6 Jun 2024 12:48:16 +0200 Subject: [PATCH] feat: define type project for composer --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index c4baa1e..fcf92ec 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,7 @@ ], "homepage": "https://phel-lang.org/", "license": "MIT", + "type": "project", "require": { "php": ">=8.2", "phel-lang/phel-lang": "^0.14"