Merge pull request #27 from vicgonvt/update_travis_php

Updates the travis CI and bumps PHP version
This commit is contained in:
Victor Gonzalez
2020-03-18 09:52:34 -04:00
committed by GitHub
2 changed files with 2 additions and 4 deletions

View File

@@ -7,9 +7,6 @@ env:
matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.1
env: setup=lowest
- php: 7.2
- php: 7.2
env: setup=lowest

View File

@@ -9,7 +9,8 @@
}
],
"require": {
"ext-json": "*"
"ext-json": "*",
"php": "^7.2"
},
"require-dev": {
"orchestra/testbench": "^5.0"