5
0
mirror of https://github.com/cwinfo/php-barcode.git synced 2024-09-08 01:44:30 +00:00
php-barcode/composer.json
2019-04-26 14:07:31 +03:00

20 lines
471 B
JSON

{
"name": "kreativekorp/barcode",
"type": "library",
"description": "Generate barcodes from a single PHP file.",
"homepage": "https://github.com/kreativekorp/barcode/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kreative Software",
"email": "support@kreativekorp.com",
"homepage": "http://www.kreativekorp.com"
}
],
"autoload": {
"classmap": ["barcode.php"]
}
}