Skip to content

Commit

Permalink
Merge pull request #13
Browse files Browse the repository at this point in the history
Add support Laravel 10
  • Loading branch information
sadegh19b authored Feb 18, 2023
2 parents dd2e406 + 1a0da23 commit 9121469
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 @@ -11,10 +11,10 @@
],
"require": {
"php": "~7.4|| ^8",
"illuminate/support": "^6|^7|^8|^9"
"illuminate/support": "^6|^7|^8|^9|^10"
},
"require-dev" : {
"phpunit/phpunit": "^8"
"phpunit/phpunit": "^8|^9|^10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9121469

Please sign in to comment.