add license defintion to composer.json

This commit is contained in:
Daniel Seifert 2022-07-13 11:05:00 +02:00
parent 9ed087195a
commit 1dfdf2814f
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 6 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"name": "d3/linkmobility-php-client",
"type": "library",
"description": "PHP client for Linkmobility API (de)",
"description": "PHP client for LINK Mobility Austria API",
"keywords": [
"linkmobility",
"LINK Mobility",
"php",
"sms",
"sms gateway"
"message gateway"
],
"homepage": "https://d3data.de/",
"authors": [
@ -17,6 +17,9 @@
"role": "Owner"
}
],
"license": [
"GPL-3.0-or-later"
],
"require": {
"php": "^7.0",
"beberlei/assert": "^2.9.9",