Skip to content

Commit

Permalink
Merge pull request #102 from designmynight/Bump-laravel-version-reqs
Browse files Browse the repository at this point in the history
chore: bump min Laravel versions
  • Loading branch information
alasdairmackenzie authored May 20, 2020
2 parents 204ff4b + cba2414 commit 91dfe54
Show file tree
Hide file tree
Showing 2 changed files with 1,374 additions and 887 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"php": "^7.1",
"ext-json": "*",
"elasticsearch/elasticsearch": "^7.0",
"laravel/framework": "^5.7"
"laravel/framework": "^5.7|5.8.*|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.1",
"phpunit/phpunit": "^7.1",
"mockery/mockery": "^1.1",
"orchestra/testbench": "^3.6"
},
Expand Down
Loading

0 comments on commit 91dfe54

Please sign in to comment.