Skip to content

Commit

Permalink
bump min laravel 9 version to support ignore timestamps (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh committed Feb 26, 2024
1 parent d210dee commit d7940cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"license": "MIT",
"require": {
"php": "^8.1",
"illuminate/database": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/database": "^9.31|^10.0|^11.0",
"illuminate/support": "^9.31|^10.0|^11.0",
"nesbot/carbon": "^2.63|^3.0",
"spatie/laravel-package-tools": "^1.9"
},
Expand Down

0 comments on commit d7940cc

Please sign in to comment.