Skip to content

Commit

Permalink
Update reader library
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed May 6, 2018
1 parent fbdaa07 commit b62d333
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ext-gd": "*",
"bacon/bacon-qr-code": "^1.0.3",
"endroid/installer": "^1.0.3",
"khanamiryan/qrcode-detector-decoder": "1.0",
"khanamiryan/qrcode-detector-decoder": "^1.0.2",
"myclabs/php-enum": "^1.5",
"symfony/options-resolver": "^2.7|^3.0|^4.0",
"symfony/property-access": "^2.7|^3.0|^4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Writer/PngWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Endroid\QrCode\Exception\ValidationException;
use Endroid\QrCode\LabelAlignment;
use Endroid\QrCode\QrCodeInterface;
use QrReader;
use Zxing\QrReader;

class PngWriter extends AbstractWriter
{
Expand Down
2 changes: 1 addition & 1 deletion tests/QrCodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Endroid\QrCode\Factory\QrCodeFactory;
use Endroid\QrCode\QrCode;
use PHPUnit\Framework\TestCase;
use QrReader;
use Zxing\QrReader;

class QrCodeTest extends TestCase
{
Expand Down

0 comments on commit b62d333

Please sign in to comment.