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 89a83f3 commit e5e81d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
/vendor/
composer.lock
composer.lock
**/.DS_Store
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}
],
"require": {
"php": "^8.0",
"illuminate/support": "^9.0"
"php": "^8.1.0",
"illuminate/support": "^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e5e81d9

Please sign in to comment.