Skip to content

Commit 93df2cc

Browse files
authored
Support SF6 (#61)
* Support SF6 * Support SF6
1 parent 47e68ca commit 93df2cc

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ php:
1010
- 7.2
1111
- 7.3
1212
- 7.4
13+
- 8.0
14+
- 8.1
1315

1416
env:
1517
global:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 2.0.4
4+
5+
* Add Symfony 6 compatibility
6+
37
## 2.0.3
48

59
* Add php 8 compatibility

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"nyholm/psr7": "^1.3",
1414
"php-http/httplug": "^2.0",
1515
"psr/http-client": "^1.0",
16-
"symfony/options-resolver": "^2.6 || ^3.4 || ^4.4 || ^5.0"
16+
"symfony/options-resolver": "^2.6 || ^3.4 || ^4.4 || ^5.0 || ^6.0"
1717
},
1818
"require-dev": {
19-
"friendsofphp/php-cs-fixer": "^2.2",
19+
"friendsofphp/php-cs-fixer": "^2.2 || ^3.0",
2020
"php-http/client-integration-tests": "^3.0",
2121
"php-http/message": "^1.9",
2222
"php-http/client-common": "^2.3",
23-
"phpunit/phpunit": "^8.5.8"
23+
"phpunit/phpunit": "^8.5.8 || ~9.5"
2424
},
2525
"provide": {
2626
"php-http/client-implementation": "1.0",

0 commit comments

Comments
 (0)