Skip to content

Commit 0554175

Browse files
committed
Autoloader for the class was missing
So didnt work if was included with Composer autoload
1 parent 315412c commit 0554175

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@
1515
],
1616
"require": {
1717
"php": ">=5.2.4"
18-
}
18+
},
19+
"autoload": {
20+
"classmap": [
21+
"QRCode.class.php"
22+
]
23+
}
1924
}

0 commit comments

Comments
 (0)