Skip to content

Commit

Permalink
Prepare for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
soap committed Sep 8, 2023
1 parent 97a4452 commit 0bd2628
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.0|^8.1",
"spatie/laravel-package-tools": "^1.9.2",
"illuminate/contracts": "^9.0",
"illuminate/support": "^9.0"
"illuminate/contracts": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0"
},
"require-dev": {
"nunomaduro/collision": "^6.0",
Expand Down

0 comments on commit 0bd2628

Please sign in to comment.