Skip to content

Commit

Permalink
Add Laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bkintanar committed Feb 17, 2022
1 parent 60c2932 commit 4513840
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 @@ -8,9 +8,9 @@
"license": "MIT",
"require": {
"php": ">=7.4",
"laravel/framework": "^5.6|^6.0|^7.0|^8.0",
"laravel/framework": "^5.6|^6.0|^7.0|^8.0|^9.0",
"laravel/nova": "^2.0|^3.0",
"spatie/laravel-medialibrary": "^8.0|^9.0"
"spatie/laravel-medialibrary": "^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4513840

Please sign in to comment.