From b738eda2704022ff9ba85a7e9d3cbb0d7f2617b4 Mon Sep 17 00:00:00 2001 From: JKA Network Date: Tue, 30 Jan 2018 22:52:45 +0000 Subject: [PATCH] License like https://spdx.org/licenses/ --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bcd0c72..330cd04 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "MySQL, PgSQL and SQLite wrapper", "keywords": ["mysql", "PgSQL", "sqlite", "wrapper"], - "license": "APACHE", + "license": "Apache-2.0", "authors": [ {"name": "Kevin Puertas Ruiz", "email": "kevin01010@gmail.com"} ],