Skip to content

Commit

Permalink
Merge pull request #118 from oliuz/patch-2
Browse files Browse the repository at this point in the history
Fixed problems for installing Laravel 6
  • Loading branch information
okaufmann authored Jun 22, 2020
2 parents e05bc82 + ef9526c commit 310f223
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 310f223

Please sign in to comment.