From 351c6506fde9d1bd6598d1b87336c719b844b9df Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 19 Dec 2024 11:00:07 +1300 Subject: [PATCH] MNT Add license to composer.json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index ad3395d5..19f4c9ce 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "silverstripe/installer", "type": "silverstripe-recipe", "description": "The SilverStripe Framework Installer", + "license": "BSD-3-Clause", "require": { "php": "^8.1", "silverstripe/recipe-plugin": "2.0.x-dev",