Skip to content
This repository has been archived by the owner on Jul 26, 2019. It is now read-only.

Commit

Permalink
add composer.json file in order to allow nicer integration via composer
Browse files Browse the repository at this point in the history
  • Loading branch information
fgreinus committed Aug 7, 2015
1 parent e8f37e0 commit 1740b81
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "fgreinus/phpqrcode",
"type": "library",
"description": "A PHP class to generate QR Code",
"keywords": ["php", "qrcode"],
"homepage": "https://github.com/fgreinus/phpqrcode",
"license": "LGPL-3.0",
"authors": [
{
"name": "Kairos Agency"
},
{
"name": "Florian Greinus"
}
],
"require": {
"php": ">=4.3.10"
},
"autoload": {
"files": [
"qrlib.php"
]
}
}

0 comments on commit 1740b81

Please sign in to comment.