Skip to content

Commit 715b22c

Browse files
committed
chore: add testruns for PHP 8.1, 8.2, 8.3
1 parent f577e73 commit 715b22c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ matrix:
1414
- php: 7.3
1515
- php: 7.4
1616
- php: 8.0
17+
- php: 8.1
18+
- php: 8.2
19+
- php: 8.3
1720

1821
cache:
1922
directories:

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,10 @@
5050
"suggest": {
5151
"php-http/message": "Required to use Guzzle for sending HTTP requests",
5252
"php-http/guzzle6-adapter": "Required to use Guzzle for sending HTTP requests"
53+
},
54+
"config": {
55+
"allow-plugins": {
56+
"php-http/discovery": true
57+
}
5358
}
5459
}

0 commit comments

Comments
 (0)