mirror of
https://github.com/cwinfo/php-barcode.git
synced 2024-12-04 08:45:34 +00:00
Adding support for composer
This commit is contained in:
parent
010bb1ef92
commit
6de5c577dd
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