Skip to content

Commit

Permalink
Tighten laravel version constraint to prevent CVE-2020-24941 vulnerab…
Browse files Browse the repository at this point in the history
…ility
  • Loading branch information
FrontEndCoffee committed Jul 27, 2021
1 parent 9eca50c commit cc4778f
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 cc4778f

Please sign in to comment.