We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d230208 commit 3899682Copy full SHA for 3899682
composer.json
@@ -1,20 +1,26 @@
1
{
2
- "name": "khanamiryan/qrcode-detector-decoder",
+ "name": "maestroprog/qrcode-detector-decoder",
3
"type": "library",
4
"description": "QR code decoder / reader",
5
"keywords": [
6
"qr",
7
"zxing",
8
"barcode"
9
],
10
- "homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder",
+ "homepage": "https://github.com/maestroprog/php-qrcode-detector-decoder",
11
"license": "MIT",
12
"authors": [
13
14
"name": "Ashot Khanamiryan",
15
"email": "[email protected]",
16
"homepage": "https://github.com/khanamiryan",
17
"role": "Developer"
18
+ },
19
+ {
20
+ "name": "Ruslan Yarullin",
21
+ "email": "[email protected]",
22
+ "homepage": "https://github.com/maestroprog",
23
+ "role": "Developer"
24
}
25
26
"require": {
0 commit comments