diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..66cca09 --- /dev/null +++ b/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"] + } +}