Skip to content

Commit f3044bf

Browse files
committed
Add Composer.json for Packagist
1 parent ca10351 commit f3044bf

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "ph-7/qrcode-generator-php-class",
3+
"description": "Light QRCode PHP class (library). QR Code Generator using vCard 4.0 and the Google Chart AP",
4+
"keywords": ["qr code","qr code library","library","qr code class","class","vCard"],
5+
"type": "library",
6+
"homepage": "http://hizup.uk",
7+
"license": "GPL-3.0+",
8+
"authors": [
9+
{
10+
"name": "Pierre-Henry Soria",
11+
"email": "phy@hizup.uk",
12+
"homepage": "http://hizup.uk",
13+
"role": "Web Engineer"
14+
}
15+
],
16+
"require": {
17+
"php": ">=5.2.4"
18+
}
19+
}

0 commit comments

Comments
 (0)