File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 34
34
max_attempts : 5
35
35
command : composer update --no-interaction --no-progress
36
36
37
+ - name : Remove Guzzle 6
38
+ uses : nick-invision/retry@v1
39
+ with :
40
+ timeout_minutes : 5
41
+ max_attempts : 5
42
+ command : composer remove php-http/guzzle6-adapter --dev --no-update --no-interaction
43
+ if : matrix.php >= 8
44
+
45
+ - name : Install Guzzle 7
46
+ uses : nick-invision/retry@v1
47
+ with :
48
+ timeout_minutes : 5
49
+ max_attempts : 5
50
+ command : composer require php-http/guzzle7-adapter --dev --no-update --no-interaction
51
+ if : matrix.php >= 8
52
+
37
53
- name : Install PHPUnit
38
54
uses : nick-invision/retry@v1
39
55
with :
Original file line number Diff line number Diff line change 41
41
"require-dev" : {
42
42
"bamarni/composer-bin-plugin" : " ^1.4.1" ,
43
43
"guzzlehttp/psr7" : " ^1.7" ,
44
- "php- http/guzzle6-adapter " : " ^2.0.1 " ,
45
- "http-interop/ http-factory-guzzle " : " ^1.0 "
44
+ "http-interop/http-factory-guzzle " : " ^1.0 " ,
45
+ "php- http/guzzle6-adapter " : " ^2.0.1 "
46
46
},
47
47
"autoload" : {
48
48
"psr-4" : {
You can’t perform that action at this time.
0 commit comments