From 2ec605cf009ed908fb5d8828989d79947dce8ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sat, 14 Jul 2018 17:13:32 +0200 Subject: [PATCH] change license field so packagist shut up --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b44d7a1..4cba31c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "mightypork/phpmodbus", "keywords": ["phpmodbus","modbus"], "description": "PhpModbus with namespaces and updated to PHP 7", - "license": "LGPL", + "license": "LGPL-2.1-or-later", "require": { "php": "^5.3.2 || ^7.0", "ext-sockets": "*"