Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
Support Laravel 10 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpibarra authored Feb 18, 2023
1 parent 52a3084 commit 764702d
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.0 || ^8.1 || ^8.2",
"filament/filament": "^2.7",
"illuminate/contracts": "^8.0 || ^9.0",
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
"spatie/laravel-activitylog": "^4.3",
"spatie/laravel-package-tools": "^1.9.2"
},
Expand Down

0 comments on commit 764702d

Please sign in to comment.