Skip to content

Commit

Permalink
add support for laravel v9 (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
marnickm authored Apr 14, 2022
1 parent 41535fd commit 336b892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"phpseclib/phpseclib": "~2.0",
"doctrine/dbal": "~2.5|~3.0",
"ramsey/uuid": "^4.0",
"laravel/framework": "^8.0"
"laravel/framework": "^8.0|^9.0"
},
"require-dev": {
"fakerphp/faker": "^1.12",
Expand Down

0 comments on commit 336b892

Please sign in to comment.