Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
- Bump Illuminate package versions
bennettblack committed Jun 5, 2023
1 parent f20c111 commit 1b2a17a
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
@@ -18,9 +18,9 @@
"require": {
"php": "^8.1",
"spatie/laravel-package-tools": "^1.13.0",
"illuminate/contracts": "^8|^9",
"illuminate/support": "^8|^9",
"illuminate/database": "^8|^9"
"illuminate/contracts": "^8|^9|^10",
"illuminate/support": "^8|^9|^10",
"illuminate/database": "^8|^9|^10"
},
"require-dev": {
"laravel/pint": "^1.0",

0 comments on commit 1b2a17a

Please sign in to comment.