Skip to content

Commit

Permalink
fix: remove Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Alasdair Mackenzie committed May 20, 2020
1 parent e390329 commit cba2414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": "^7.1",
"ext-json": "*",
"elasticsearch/elasticsearch": "^7.0",
"laravel/framework": "^5.7|5.8.*|^6.0|^7.0"
"laravel/framework": "^5.7|5.8.*|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.1",
Expand Down

0 comments on commit cba2414

Please sign in to comment.