add license defintion to composer.json
This commit is contained in:
parent
9ed087195a
commit
1dfdf2814f
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "d3/linkmobility-php-client",
|
"name": "d3/linkmobility-php-client",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"description": "PHP client for Linkmobility API (de)",
|
"description": "PHP client for LINK Mobility Austria API",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"linkmobility",
|
"LINK Mobility",
|
||||||
"php",
|
"php",
|
||||||
"sms",
|
"sms",
|
||||||
"sms gateway"
|
"message gateway"
|
||||||
],
|
],
|
||||||
"homepage": "https://d3data.de/",
|
"homepage": "https://d3data.de/",
|
||||||
"authors": [
|
"authors": [
|
||||||
@ -17,6 +17,9 @@
|
|||||||
"role": "Owner"
|
"role": "Owner"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"license": [
|
||||||
|
"GPL-3.0-or-later"
|
||||||
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.0",
|
"php": "^7.0",
|
||||||
"beberlei/assert": "^2.9.9",
|
"beberlei/assert": "^2.9.9",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user