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 3434 max_attempts : 5
3535 command : composer update --no-interaction --no-progress
3636
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+
3753 - name : Install PHPUnit
3854 uses : nick-invision/retry@v1
3955 with :
Original file line number Diff line number Diff line change 4141 "require-dev" : {
4242 "bamarni/composer-bin-plugin" : " ^1.4.1" ,
4343 "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 "
4646 },
4747 "autoload" : {
4848 "psr-4" : {
You can’t perform that action at this time.
0 commit comments