Skip to content

Commit 0ffd148

Browse files
Bump http dependency to ^2.0 and document 1.2.0 changes
1 parent 4b3912d commit 0ffd148

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ All notable changes to this package are documented in this file.
1414
- Status template file tests now use a temp directory.
1515
- README updated with behavior notes and template path example.
1616
- PHPUnit configuration migrated; .phpunit.cache ignored.
17+
- Updated dependency `codemonster-ru/http` to ^2.0.
1718

1819
## [1.1.0] - 2025-11-16
1920

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"require": {
2828
"php": ">=8.2",
29-
"codemonster-ru/http": "^1.0"
29+
"codemonster-ru/http": "^2.0"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "^9.6 || ^10.5 || ^11.0 || ^12.0"

0 commit comments

Comments
 (0)