Skip to content

Commit

Permalink
Support php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
serderovsh committed May 29, 2021
1 parent 47d4c6f commit 23f7f3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: php

php:
- 7.4
- 8.0

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 | ^8.0",
"php": "^7.4",
"comely-io/data-types": "^1.0",
"guzzlehttp/guzzle": "^7.0",
"iexbase/web3.php": "^2.0.1",
Expand Down

0 comments on commit 23f7f3d

Please sign in to comment.