Skip to content

Commit

Permalink
#52 - Added support for laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gabiezur committed Sep 16, 2020
1 parent 49b77fe commit 070abe3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
}
],
"require": {
"php" : "^7.2",
"laravel/framework": "~5.8||~6.0||~7.0||~8.0"
"php": "^7.2",
"doctrine/dbal": "^2.10",
"laravel/framework": "~5.7||~5.8||~6.0||~7.0||~8.0"
},
"require-dev": {
"orchestra/testbench": "~4.0",
Expand Down

0 comments on commit 070abe3

Please sign in to comment.