From 05c225d205d0d31173c0610263a51a5f6f25137c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bure=C5=A1?= Date: Mon, 15 Apr 2024 13:55:00 +0200 Subject: [PATCH] #69 Fix licence type in composer.json (#74) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6ec9425..5b8635e 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "version": "5.0.0", "type": "library", "homepage": "https://github.com/Codeception/VisualCeption", - "license": "Apache-2.0", + "license": "MIT", "require": { "php": ">=8.0", "ext-imagick": "*",