Skip to content

Commit

Permalink
Merge pull request #58 from codebeauty/master
Browse files Browse the repository at this point in the history
馃摝  Support for Laravel 10
  • Loading branch information
gentritabazi committed Feb 23, 2023
2 parents d8d10e4 + de32331 commit ee8ba8d
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,8 +18,8 @@
]
},
"require": {
"illuminate/support": "^7.0|^8.0|^9.0",
"illuminate/notifications": "^7.0|^8.0|^9.0"
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/notifications": "^7.0|^8.0|^9.0|^10.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit ee8ba8d

Please sign in to comment.