From 0286a6e1c7a2a39f997b5824135bf0747eab2dc5 Mon Sep 17 00:00:00 2001 From: Nathanael Woodbridge Date: Thu, 14 Jul 2016 11:52:07 +0100 Subject: [PATCH] Add composer file --- composer.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..fc66c11 --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "rlt3/php-barcode", + "type": "library", + "description": "This is a re-working of php-barcode by Folke Ashberg, for creating EAN-13 barcodes.", + "require": { + "php": ">=5.4.0" + }, + "autoload": { + "psr-4": { + "rlt3\\Barcode\\": "" + } + } +} \ No newline at end of file