Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update required laravel version
Browse files Browse the repository at this point in the history
Laravel minimum version limit updated for compatibility with PR #14
  • Loading branch information
Andrei Sosnov authored Jul 6, 2019
1 parent 3c531ea commit 20bef6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=7.1.3",
"laravel/framework": "~5.8.0"
"laravel/framework": "~5.8.12"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 20bef6d

Please sign in to comment.