File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
120
120
121
121
- name : Remove optional packages
122
- run : composer remove doctrine/dbal doctrine/doctrine-bundle symfony/messenger symfony/twig-bundle symfony/cache --dev --no-update
122
+ run : composer remove doctrine/dbal doctrine/doctrine-bundle symfony/messenger symfony/twig-bundle symfony/cache symfony/http-client --dev --no-update
123
123
124
124
- name : Install dependencies
125
125
uses : ramsey/composer-install@v1
Original file line number Diff line number Diff line change 56
56
"symfony/cache" : " ^4.4.20||^5.0.11||^6.0" ,
57
57
"symfony/dom-crawler" : " ^4.4.20||^5.0.11||^6.0" ,
58
58
"symfony/framework-bundle" : " ^4.4.20||^5.0.11||^6.0" ,
59
- "symfony/http-client" : " ^4.4.20||^5.0.11 <5.4.22 ||^6.0 <6.2.8 " ,
59
+ "symfony/http-client" : " ^4.4.20||^5.0.11||^6.0" ,
60
60
"symfony/messenger" : " ^4.4.20||^5.0.11||^6.0" ,
61
61
"symfony/monolog-bundle" : " ^3.4" ,
62
62
"symfony/phpunit-bridge" : " ^5.2.6||^6.0" ,
You can’t perform that action at this time.
0 commit comments