Skip to content

Commit 82d369c

Browse files
Bump versions (#313)
* Bump versions * Update CHANGELOG.md
1 parent 9b97cfc commit 82d369c

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## 2.0.1 - Upcoming
44

55
* Add support for PHP 8.6
6+
* Require `guzzlehttp/guzzle` ^8.1, `guzzlehttp/promises` ^3.0.2, and `guzzlehttp/psr7` ^3.1
7+
* Require `guzzlehttp/command` ^2.0.1 and `guzzlehttp/uri-template` ^2.0.1
68

79
## 2.0.0 - 2026-07-20
810

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
],
2727
"require": {
2828
"php": "^7.4 || ^8.0",
29-
"guzzlehttp/command": "^2.0",
30-
"guzzlehttp/guzzle": "^8.0",
31-
"guzzlehttp/promises": "^3.0",
32-
"guzzlehttp/psr7": "^3.0",
33-
"guzzlehttp/uri-template": "^2.0",
29+
"guzzlehttp/command": "^2.0.1",
30+
"guzzlehttp/guzzle": "^8.1",
31+
"guzzlehttp/promises": "^3.0.2",
32+
"guzzlehttp/psr7": "^3.1",
33+
"guzzlehttp/uri-template": "^2.0.1",
3434
"symfony/polyfill-php80": "^1.25",
3535
"symfony/polyfill-php82": "^1.27"
3636
},
3737
"require-dev": {
3838
"bamarni/composer-bin-plugin": "^1.8.2",
39-
"guzzlehttp/test-server": "^1.0",
39+
"guzzlehttp/test-server": "^1.0.1",
4040
"phpunit/phpunit": "^9.6.34"
4141
},
4242
"suggest": {

0 commit comments

Comments
 (0)