Skip to content

Commit

Permalink
✨ Allow version 10 of illuminate packages
Browse files Browse the repository at this point in the history
  • Loading branch information
robvankeilegom committed Jul 20, 2023
1 parent f19f48e commit 197c6ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"require": {
"php": "^8.0",
"spatie/laravel-package-tools": "^1.4.3",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/database": "^8.0|^9.0",
"illuminate/bus": "^8.0|^9.0",
"illuminate/queue": "^8.0|^9.0",
"illuminate/console": "^8.0|^9.0"
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/database": "^8.0|^9.0|^10.0",
"illuminate/bus": "^8.0|^9.0|^10.0",
"illuminate/queue": "^8.0|^9.0|^10.0",
"illuminate/console": "^8.0|^9.|^10.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
Expand Down

0 comments on commit 197c6ac

Please sign in to comment.