Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit a399902

Browse files
authored
Merge pull request #11 from rennokki/feature/7.2-support
[feature] ES 7.2
2 parents 50b0d43 + 6e61a95 commit a399902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ php:
99

1010
env:
1111
global:
12-
- ES_VERSION="7.1.1"
12+
- ES_VERSION="7.2.1"
1313

1414
cache:
1515
directories:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": "^7.2",
19-
"elasticsearch/elasticsearch": "7.1.*",
19+
"elasticsearch/elasticsearch": "7.2.*",
2020
"laravel/scout": "^7.2",
2121
"aws/aws-sdk-php": "^3.132"
2222
},

0 commit comments

Comments
 (0)