Skip to content

Commit ab58d11

Browse files
romulowspptimgws
authored andcommitted
Update Elasticsearch php to version 6.1 (#183)
* Update Elasticsearch php to version 6.1 * Tests with PHP 7.3
1 parent 1921d3a commit ab58d11

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: php
22

33
php:
4-
- 5.5
5-
- 5.6
4+
- 7.1
5+
- 7.3
66

77
include:
8-
- php: 5.5
8+
- php: 7.1
99
env: dependencies=lowest
1010

1111
before_script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"illuminate/database": "~4.2|^5",
2222
"illuminate/config": "~4.2|^5",
2323
"nesbot/carbon": "~1.0",
24-
"elasticsearch/elasticsearch": "~6.0"
24+
"elasticsearch/elasticsearch": "~6.1"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "~4.2|~5.0",

0 commit comments

Comments
 (0)