5
0
mirror of https://github.com/cwinfo/php-barcode.git synced 2024-09-16 18:49:34 +00:00

Merge pull request #9 from cwinfo/composer

Adding support for composer
This commit is contained in:
Rebecca G. Bettencourt 2023-02-20 23:34:49 -08:00 committed by GitHub
commit e3ed9a9bf1
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"]
}
}