Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: php

php:
- 7.4
- 8.0
- 8.1

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],

"require": {
"php": "^7.4",
"php": ">=7.4",
"comely-io/data-types": "^1.0",
"guzzlehttp/guzzle": "^7.0",
"iexbase/web3.php": "^2.0.1",
Expand Down