Skip to content

Commit

Permalink
Use at least Laravel 10.38
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-phi committed Feb 16, 2024
1 parent 4155d12 commit c910474
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"require": {
"php": "^8.2",
"doctrine/dbal": "^3.5.1",
"illuminate/console": "^10.0||^11.0",
"illuminate/database": "^10.0||^11.0",
"illuminate/support": "^10.0||^11.0",
"illuminate/view": "^10.0||^11.0",
"illuminate/console": "^10.38||^11.0",
"illuminate/database": "^10.38||^11.0",
"illuminate/support": "^10.38||^11.0",
"illuminate/view": "^10.38||^11.0",
"spatie/laravel-package-tools": "^1.9.2",
"composer/class-map-generator": "^1.1"
},
Expand Down

0 comments on commit c910474

Please sign in to comment.