Skip to content

Commit

Permalink
chore: sets the minimum Carbon version to 2.62.1 to avoid lastErrors(…
Browse files Browse the repository at this point in the history
…) issue
  • Loading branch information
joemugen committed Feb 15, 2024
1 parent 06d8f57 commit 1e967f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"require": {
"php": "^8.1",
"illuminate/database": "^9|^10",
"illuminate/support": "^9|^10"
"illuminate/support": "^9|^10",
"nesbot/carbon": ">=2.62.1"
},
"require-dev": {
"ciareis/bypass": "^1.0",
Expand Down

0 comments on commit 1e967f2

Please sign in to comment.