We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1921d3a commit ab58d11Copy full SHA for ab58d11
.travis.yml
@@ -1,11 +1,11 @@
1
language: php
2
3
php:
4
- - 5.5
5
- - 5.6
+ - 7.1
+ - 7.3
6
7
include:
8
- - php: 5.5
+ - php: 7.1
9
env: dependencies=lowest
10
11
before_script:
composer.json
@@ -21,7 +21,7 @@
21
"illuminate/database": "~4.2|^5",
22
"illuminate/config": "~4.2|^5",
23
"nesbot/carbon": "~1.0",
24
- "elasticsearch/elasticsearch": "~6.0"
+ "elasticsearch/elasticsearch": "~6.1"
25
},
26
"require-dev": {
27
"phpunit/phpunit": "~4.2|~5.0",
0 commit comments