Skip to content

Commit

Permalink
Bump php version and illuminate/contracts version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasPardon committed Jun 20, 2023
1 parent fdc6a56 commit d1589ec
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 @@ -16,9 +16,9 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"spatie/laravel-package-tools": "^1.9.2",
"illuminate/contracts": "^9.0"
"illuminate/contracts": "^9.0|^10.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
Expand Down

0 comments on commit d1589ec

Please sign in to comment.