Skip to content

Commit

Permalink
Support laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Sep 14, 2020
1 parent 6d9bfbe commit 4c675da
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 @@ -11,8 +11,6 @@
],
"minimum-stability": "stable",
"require": {
"laravel/framework": "^v7.22.4",
"doctrine/dbal": "^2.10"
},
"autoload": {
"psr-4": {
Expand All @@ -36,6 +34,8 @@
},
"require-dev": {
"orchestra/testbench": "^v5",
"orchestra/canvas": "^v5"
"orchestra/canvas": "^v5",
"laravel/framework": "^7.0",
"doctrine/dbal": "^2.10"
}
}

0 comments on commit 4c675da

Please sign in to comment.