Skip to content

Commit

Permalink
support laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-samir907 committed Apr 10, 2023
1 parent 6f247b3 commit 806cc8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
}
],
"require": {
"php": "^8.0",
"illuminate/support": "^9.0"
"php": "^8.1",
"illuminate/support": "^10.0"
},
"require-dev": {
"orchestra/testbench": "^7.24",
"orchestra/testbench": "^8.3",
"phpunit/phpunit": "^9.6"
},
"autoload": {
Expand Down

0 comments on commit 806cc8b

Please sign in to comment.