Skip to content

Commit

Permalink
Add support php8 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 authored Apr 23, 2021
1 parent 44ee56c commit 25c4e91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ php:
- '7.2'
- '7.3'
- '7.4'
- '8.0'

sudo: required

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
}
},
"require": {
"php": "~7.1",
"guzzlehttp/guzzle": "~6.0|~7.0"
"php": "^7.1|^8.0",
"guzzlehttp/guzzle": "^6.0|^7.0"
},
"bin": [
"bin/ccat_linux",
Expand Down

0 comments on commit 25c4e91

Please sign in to comment.