Skip to content

Commit

Permalink
Merge pull request #2 from natewoodbridge/master
Browse files Browse the repository at this point in the history
Can you please add a composer.json file so we can set this as a dependency
  • Loading branch information
Leroy authored Jul 14, 2016
2 parents 6ea7c5f + 0286a6e commit 1d358df
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 1d358df

Please sign in to comment.