Skip to content

Commit

Permalink
feat: Laravel 10 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulgolakiya committed Mar 18, 2023
1 parent 61aab3f commit d1bd989
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
}
],
"require": {
"php": "^8.0",
"illuminate/support": "^9.0",
"infyomlabs/laravel-generator-helpers": "^4.0",
"laravel/ui": "^3.0"
"php": "^8.1",
"illuminate/support": "^10.0",
"infyomlabs/laravel-generator-helpers": "^5.0",
"laravel/ui": "^4.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d1bd989

Please sign in to comment.