Skip to content

Commit 3899682

Browse files
author
Ruslan Yarullin
committed
fixes for packagist
1 parent d230208 commit 3899682

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
{
2-
"name": "khanamiryan/qrcode-detector-decoder",
2+
"name": "maestroprog/qrcode-detector-decoder",
33
"type": "library",
44
"description": "QR code decoder / reader",
55
"keywords": [
66
"qr",
77
"zxing",
88
"barcode"
99
],
10-
"homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder",
10+
"homepage": "https://github.com/maestroprog/php-qrcode-detector-decoder",
1111
"license": "MIT",
1212
"authors": [
1313
{
1414
"name": "Ashot Khanamiryan",
1515
"email": "[email protected]",
1616
"homepage": "https://github.com/khanamiryan",
1717
"role": "Developer"
18+
},
19+
{
20+
"name": "Ruslan Yarullin",
21+
"email": "[email protected]",
22+
"homepage": "https://github.com/maestroprog",
23+
"role": "Developer"
1824
}
1925
],
2026
"require": {

0 commit comments

Comments
 (0)