5
0
mirror of https://github.com/cwinfo/php-barcode.git synced 2024-10-18 07:40:43 +00:00

Adding support for composer

This commit is contained in:
Christer Warén 2019-04-26 14:07:31 +03:00 committed by GitHub
parent 010bb1ef92
commit 6de5c577dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
composer.json Normal file
View 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"]
}
}