Skip to content

Commit

Permalink
Fixed problems for installing Laravel 6
Browse files Browse the repository at this point in the history
Fixed problems for installing Laravel 6 on #117
  • Loading branch information
oliuz committed Jun 18, 2020
1 parent e05bc82 commit ef9526c
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 @@ -18,11 +18,11 @@
"prefer-stable" : true,
"require": {
"php": "^7.2.5",
"laravel/framework": "^6.18|^7.0"
"laravel/framework": "^6.0|^7.0"
},
"require-dev": {
"mockery/mockery": "^1.3.1",
"illuminate/database": "^6.18|^7.0",
"illuminate/database": "^6.0|^7.0",
"orchestra/testbench": "^4.0|^5.0",
"doctrine/dbal": "^2.10"
},
Expand Down

0 comments on commit ef9526c

Please sign in to comment.