mirror of
https://github.com/cwinfo/php-barcode.git
synced 2024-11-22 08:10:27 +00:00
commit
e3ed9a9bf1
19
composer.json
Normal file
19
composer.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user