Skip to content

Commit

Permalink
Merge pull request #9 from cwinfo/composer
Browse files Browse the repository at this point in the history
Adding support for composer
  • Loading branch information
RebeccaRGB committed Feb 21, 2023
2 parents fced16a + 6de5c57 commit e3ed9a9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
@@ -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"]
}
}

0 comments on commit e3ed9a9

Please sign in to comment.