Skip to content

Commit

Permalink
add support for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopolani committed Feb 15, 2023
1 parent e9c7372 commit 1a92cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
30 changes: 0 additions & 30 deletions CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"require": {
"php": "^8.0",
"filament/filament": "^2.5",
"illuminate/http": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/http": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"livewire/livewire": "^2.6"
},
"require-dev": {
Expand Down

0 comments on commit 1a92cb2

Please sign in to comment.