Skip to content

Commit

Permalink
Merge pull request #3 from sandwave-io/laravel-version-upgrade
Browse files Browse the repository at this point in the history
Tighten laravel version constraint to prevent vulnerability for CVE-2020-24941
  • Loading branch information
FrontEndCoffee authored Nov 1, 2021
2 parents 9eca50c + cc4778f commit ba9955a
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 @@ -14,7 +14,7 @@
],
"require": {
"php": "^7.1.0",
"laravel/framework": "^5.3.31 || ^6.0.0",
"laravel/framework": "^5.3.31 || ^6.18.35",
"nesbot/carbon": "^2.37"
},
"autoload": {
Expand Down

0 comments on commit ba9955a

Please sign in to comment.