change license field so packagist shut up

This commit is contained in:
2018-07-14 17:13:32 +02:00
parent f96dffe848
commit 2ec605cf00
+1 -1
View File
@@ -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": "*"