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 8d1266d commit 15cd900Copy full SHA for 15cd900
README.md
@@ -26,7 +26,7 @@ Simple QrCode is an easy to use wrapper for the popular Laravel framework based
26
First, add the Simple QrCode package to your `require` in your `composer.json` file:
27
28
"require": {
29
- "simplesoftwareio/simple-qrcode": "1.2.*"
+ "simplesoftwareio/simple-qrcode": "1.3.*"
30
}
31
32
Next, run the `composer update` command.
composer.json
@@ -18,7 +18,7 @@
18
},
19
"require-dev": {
20
"mockery/mockery": "0.9.*",
21
- "phpunit/phpunit": "4.6.*"
+ "phpunit/phpunit": "4.7.*"
22
23
"autoload": {
24
"psr-0": {
0 commit comments