Skip to content

Commit

Permalink
Require 7.2 at minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Lehtinen committed Oct 28, 2019
1 parent 1322efc commit f72a3b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@ env:
matrix:
fast_finish: true
include:
- php: 7.0
- php: 7.0
env: setup=lowest
- php: 7.1
- php: 7.1
env: setup=lowest
- php: 7.2
- php: 7.2
env: setup=lowest
- php: 7.3
- php: 7.3
env: setup=lowest

sudo: false

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php" : "^7.0",
"php" : "^7.2",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
Expand Down

0 comments on commit f72a3b0

Please sign in to comment.