Skip to content

Commit

Permalink
Update composer.json to support Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaSedghi authored Feb 15, 2023
1 parent dd2e406 commit 1a0da23
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 1a0da23

Please sign in to comment.