File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3939
4040 - name : Install PSR HTTP Message
4141 run : |
42+ rm composer.lock
4243 composer require --with-all-dependencies psr/http-message:${{ matrix.psr-http-versions }}
4344
4445 - name : Run tests
Original file line number Diff line number Diff line change 33 "description" : " Utilities for working with Psr7 Http Messages" ,
44 "type" : " library" ,
55 "require" : {
6- "psr/http-message" : " ^1.0 " ,
6+ "psr/http-message" : " ^1 || ^2 " ,
77 "php" : " >=7.2"
88 },
99 "require-dev" : {
1010 "phpunit/phpunit" : " ^6.5 || ^9.3" ,
1111 "php-mock/php-mock-phpunit" : " ^2.7" ,
12- "guzzlehttp/psr7" : " ~ 2.4.5 " ,
12+ "guzzlehttp/psr7" : " ^ 2.4" ,
1313 "corpus/coding-standard" : " ^0.6.0" ,
1414 "squizlabs/php_codesniffer" : " ^3.7" ,
1515 "friendsofphp/php-cs-fixer" : " ^3.3" ,
You can’t perform that action at this time.
0 commit comments