Skip to content

Commit

Permalink
Add composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathanael Woodbridge committed Jul 14, 2016
1 parent 6ea7c5f commit 0286a6e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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\\": ""
}
}
}

0 comments on commit 0286a6e

Please sign in to comment.