Skip to content

Commit 1a8d5be

Browse files
committed
Updated license to LGPL and added Nicola Asuni as co-author for picqer#3
1 parent 707e98f commit 1a8d5be

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
"description": "An easy to use, non-bloated, barcode generator in PHP. Creates SVG, PNG, JPG and HTML images from the most used 1D barcode standards.",
55
"keywords": [ "php", "barcode", "barcode generator", "EAN", "EAN13", "UPC", "Code39", "Code128", "Code93", "Standard 2 of 5", "MSI", "POSTNET", "KIX", "KIXCODE", "CODABAR", "PHARMA", "Code11", "SVG", "PNG", "HTML", "JPG", "JPEG" ],
66
"homepage": "http://github.com/picqer/php-barcode-generator",
7-
"license": "MIT",
8-
"authors": [
7+
"license": "LGPLv3",
8+
"authors": [
9+
{
10+
"name": "Nicola Asuni",
11+
"email": "info@tecnick.com",
12+
"homepage": "http://nicolaasuni.tecnick.com"
13+
},
914
{
1015
"name": "Casper Bakker",
1116
"email": "info@picqer.com"

0 commit comments

Comments
 (0)