Skip to content

Commit b630c3a

Browse files
chore(deps): allow installation of guzzlehttp/psr7:3 (#24)
1 parent a030a3a commit b630c3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": "^8.2",
1717
"ext-mbstring": "*",
18-
"guzzlehttp/psr7": "^2.0",
18+
"guzzlehttp/psr7": "^2.0 | ^3.0",
1919
"phpunit/phpunit": "^11.5 | ^12 | ^13",
2020
"symfony/css-selector": ">=4.4.24 <9.0"
2121
},

0 commit comments

Comments
 (0)