Skip to content

Commit 000f1e3

Browse files
authored
Merge pull request #27 from vicgonvt/update_travis_php
Updates the travis CI and bumps PHP version
2 parents 449dafc + 7bcec78 commit 000f1e3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ env:
77
matrix:
88
fast_finish: true
99
include:
10-
- php: 7.1
11-
- php: 7.1
12-
env: setup=lowest
1310
- php: 7.2
1411
- php: 7.2
1512
env: setup=lowest

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
}
1010
],
1111
"require": {
12-
"ext-json": "*"
12+
"ext-json": "*",
13+
"php": "^7.2"
1314
},
1415
"require-dev": {
1516
"orchestra/testbench": "^5.0"

0 commit comments

Comments
 (0)