Skip to content

Commit

Permalink
Add Laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
paulodavanco authored and michaelnakamura committed Sep 27, 2023
1 parent d17ba3f commit dbdba9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9,315 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
],
"require": {
"php": "^8.0",
"illuminate/cache": "^8.70",
"illuminate/contracts": "^8.37",
"illuminate/log": "^8.70",
"illuminate/support": "^8.70",
"illuminate/cache": "^8.0|^9.0",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/log": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"spatie/laravel-package-tools": "^1.4.3"
},
"require-dev": {
Expand Down
Loading

0 comments on commit dbdba9b

Please sign in to comment.