Skip to content

Commit 649cae1

Browse files
committed
Fixes CI and php setup
1 parent ce6503a commit 649cae1

File tree

4 files changed

+2
-1821
lines changed

4 files changed

+2
-1821
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/vendor/
2+
.phpunit.result.cache

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- '7.0'
43
- '7.1'
54
- '7.2'
65
- '7.3'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A client for retrieving sensor data from a senseBox from the opensensemap api",
44
"type": "library",
55
"require": {
6-
"php": ">=7.0",
6+
"php": ">=7.1",
77
"ext-json": "*",
88
"guzzlehttp/guzzle": "^6.3"
99
},

0 commit comments

Comments
 (0)