Skip to content

Commit

Permalink
Allow laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmuscnielsen committed Jul 7, 2021
1 parent 4f1d8ed commit a82506c
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 @@ -13,11 +13,11 @@
],
"require": {
"php": ">=7.3.0|8.*",
"illuminate/database": "7.*",
"illuminate/support": "7.*"
"illuminate/database": "7.*|8.*",
"illuminate/support": "7.*|8.*"
},
"require-dev": {
"laravel/laravel": "7.*",
"laravel/laravel": "7.*|8.*",
"makeabledk/laravel-factory-enhanced": "^2.3.0",
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.4.2",
Expand Down

0 comments on commit a82506c

Please sign in to comment.