File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 10
10
- 7.2
11
11
- 7.3
12
12
- 7.4
13
+ - 8.0
14
+ - 8.1
13
15
14
16
env :
15
17
global :
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 2.0.4
4
+
5
+ * Add Symfony 6 compatibility
6
+
3
7
## 2.0.3
4
8
5
9
* Add php 8 compatibility
Original file line number Diff line number Diff line change 13
13
"nyholm/psr7" : " ^1.3" ,
14
14
"php-http/httplug" : " ^2.0" ,
15
15
"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 "
17
17
},
18
18
"require-dev" : {
19
- "friendsofphp/php-cs-fixer" : " ^2.2" ,
19
+ "friendsofphp/php-cs-fixer" : " ^2.2 || ^3.0 " ,
20
20
"php-http/client-integration-tests" : " ^3.0" ,
21
21
"php-http/message" : " ^1.9" ,
22
22
"php-http/client-common" : " ^2.3" ,
23
- "phpunit/phpunit" : " ^8.5.8"
23
+ "phpunit/phpunit" : " ^8.5.8 || ~9.5 "
24
24
},
25
25
"provide" : {
26
26
"php-http/client-implementation" : " 1.0" ,
You can’t perform that action at this time.
0 commit comments