Skip to content

Commit 15cd900

Browse files
author
Corey McCormick
committed
Dependency Updates
1 parent 8d1266d commit 15cd900

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Simple QrCode is an easy to use wrapper for the popular Laravel framework based
2626
First, add the Simple QrCode package to your `require` in your `composer.json` file:
2727

2828
"require": {
29-
"simplesoftwareio/simple-qrcode": "1.2.*"
29+
"simplesoftwareio/simple-qrcode": "1.3.*"
3030
}
3131

3232
Next, run the `composer update` command.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"mockery/mockery": "0.9.*",
21-
"phpunit/phpunit": "4.6.*"
21+
"phpunit/phpunit": "4.7.*"
2222
},
2323
"autoload": {
2424
"psr-0": {

0 commit comments

Comments
 (0)