Skip to content

Commit

Permalink
Merge pull request #17 from bashgeek/bashgeek-patch-1
Browse files Browse the repository at this point in the history
Laravel 10 Support
  • Loading branch information
rahmanramsi authored Feb 17, 2023
2 parents 31e9213 + 7219575 commit 777f595
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 @@ -18,7 +18,7 @@
"require": {
"php": "^8.0",
"spatie/laravel-package-tools": "^1.9.2",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"filament/forms": "^2.0"
},
"require-dev": {
Expand Down Expand Up @@ -58,4 +58,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 777f595

Please sign in to comment.