We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3912d commit 0ffd148Copy full SHA for 0ffd148
2 files changed
CHANGELOG.md
@@ -14,6 +14,7 @@ All notable changes to this package are documented in this file.
14
- Status template file tests now use a temp directory.
15
- README updated with behavior notes and template path example.
16
- PHPUnit configuration migrated; .phpunit.cache ignored.
17
+- Updated dependency `codemonster-ru/http` to ^2.0.
18
19
## [1.1.0] - 2025-11-16
20
composer.json
@@ -26,7 +26,7 @@
26
},
27
"require": {
28
"php": ">=8.2",
29
- "codemonster-ru/http": "^1.0"
+ "codemonster-ru/http": "^2.0"
30
31
"require-dev": {
32
"phpunit/phpunit": "^9.6 || ^10.5 || ^11.0 || ^12.0"
0 commit comments