fix composer GPL string (#8148)

Fixes an error from packagist:
License "GPL-3.0" is a deprecated SPDX license identifier, use "GPL-3.0-only" or "GPL-3.0-or-later" instead
This commit is contained in:
Tony Murray
2018-01-25 14:59:13 -06:00
committed by Neil Lathwood
parent 1d0294f82d
commit 37c3c5c88f

View File

@ -4,7 +4,7 @@
"type": "project",
"keywords": ["network", "monitoring", "discovery", "alerting", "billing", "snmp", "distributed"],
"homepage": "http://www.librenms.org/",
"license": "GPL-3.0",
"license": "GPL-3.0-or-later",
"support": {
"source": "https://github.com/librenms/librenms/",
"docs": "http://docs.librenms.org/",