Skip to content

Commit

Permalink
Updating composer dependencies to allow to work with laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberduckneil committed Sep 10, 2020
1 parent 9634c74 commit dbad0bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"keywords": ["Laravel", "laravel-search"],
"require": {
"elasticsearch/elasticsearch": "^7.8",
"illuminate/support": "~5|~6|~7"
"illuminate/support": "~5|~6|~7|~8"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"mockery/mockery": "^1.1",
"orchestra/testbench": "~3|~4|~5",
"phpunit/phpunit": "^9.3",
"mockery/mockery": "^1.3.1",
"orchestra/testbench": "~3|~4|~5|~6",
"sempro/phpunit-pretty-print": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit dbad0bc

Please sign in to comment.