From 506ad2a34f3ebea847785f96a19dc5db69f3d8f5 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 2 Feb 2025 10:21:48 +0100 Subject: [PATCH] Fix licence type in composer.json (#12) Update composer.json to specify the MIT licence (as per the LICENCE file). --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5bd805d..9ef39fd 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "sulu/messenger", "description": "This library provides the stamps, middlewares and the sulu message bus.", - "license": "proprietary", + "license": "MIT", "type": "sulu-bundle", "require": { "php": "8.0.* || 8.1.* || 8.2.* || 8.3.* || 8.4.*",