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

Commit

Permalink
Merge pull request #25 from henryavila/patch-1
Browse files Browse the repository at this point in the history
Laravel 9 Support
  • Loading branch information
mikebronner authored Feb 8, 2022
2 parents 4f1878f + cb4e89e commit e6865f2
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 @@ -26,9 +26,9 @@
}
],
"require": {
"php": "^7.3|^8.0",
"php": "^7.3|^8.0|^8.1",
"laravel/nova": "^3.9",
"illuminate/support": "^8.0"
"illuminate/support": "^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e6865f2

Please sign in to comment.