From 867036d58a9e2275c11b757b1c88c885e73a8aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bure=C5=A1?= Date: Wed, 27 Apr 2022 21:04:10 +0200 Subject: [PATCH] #69 Fix licence type in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 12a8a89..8c5788b 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "codeception/visualception", "description": "Visual regression tests for Codeception", "homepage": "https://github.com/Codeception/VisualCeption", - "license": "Apache-2.0", + "license": "MIT", "require": { "php": ">=5.4.0", "ext-imagick": "*"