Skip to content

Commit 2fbd40d

Browse files
committed
Updates dependency constraints.
1 parent 6841f18 commit 2fbd40d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.travis.yml

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

33
php:
4-
- '5.5'
5-
- '5.6'
6-
- '7.0'
74
- '7.1'
85
- '7.2'
6+
- '7.3'
7+
- '7.4'
98

109
env:
11-
- MYSQL_VERSION=5.7
1210
- MYSQL_VERSION=8.0
1311

1412
dist: trusty

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=5.5",
18+
"php": ">=7.1.3",
1919
"ext-pdo": "*",
2020
"ext-json": "*",
21-
"illuminate/database": "^5.2|^6.0",
21+
"illuminate/database": "^5.6|^6.0",
2222
"geo-io/wkb-parser": "^1.0",
2323
"jmikola/geojson": "^1.0"
2424
},

0 commit comments

Comments
 (0)