Skip to content

Commit 218f8f6

Browse files
committed
Enable php 8 in composer deps & travis matrix
1 parent 3079bef commit 218f8f6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ php:
1111
- 7.2
1212
- 7.3
1313
- 7.4
14+
- 8.0
15+
- 8.1
1416

1517
matrix:
1618
include:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": "^7.1",
11+
"php": "^7.1|^8.0",
1212

1313
"psr/http-message": "^1.0",
1414
"psr/http-factory": "^1.0",

0 commit comments

Comments
 (0)