Skip to content

Commit ceeafe2

Browse files
committed
Lets see what this does
1 parent dd51a2f commit ceeafe2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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",

0 commit comments

Comments
 (0)