Skip to content

Commit

Permalink
add support for laravel 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-aliraqi committed Mar 3, 2023
1 parent 273383e commit 1ef5a0e
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 @@ -10,10 +10,10 @@
}
],
"require": {
"laravel/framework": "~5.2|^6.0|^7.0|^8.0|^9.0"
"laravel/framework": ">=5.2"
},
"require-dev": {
"orchestra/testbench": "~3.0|~4.0|~5.0|~6.0",
"orchestra/testbench": ">=3.0",
"mockery/mockery": "^1.4"
},
"autoload": {
Expand Down

0 comments on commit 1ef5a0e

Please sign in to comment.