Skip to content

Commit

Permalink
Updates dependency constraints.
Browse files Browse the repository at this point in the history
  • Loading branch information
sikhlana committed Dec 7, 2019
1 parent 6841f18 commit 2fbd40d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
language: php

php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'

env:
- MYSQL_VERSION=5.7
- MYSQL_VERSION=8.0

dist: trusty
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
}
],
"require": {
"php": ">=5.5",
"php": ">=7.1.3",
"ext-pdo": "*",
"ext-json": "*",
"illuminate/database": "^5.2|^6.0",
"illuminate/database": "^5.6|^6.0",
"geo-io/wkb-parser": "^1.0",
"jmikola/geojson": "^1.0"
},
Expand Down

0 comments on commit 2fbd40d

Please sign in to comment.