Skip to content

Commit b0bbaed

Browse files
chore: bump http and session requirements to ^2.0 and update changelog
1 parent b97375b commit b0bbaed

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All significant changes to this project will be documented in this file.
44

5+
## [1.4.0] - 2026-01-02
6+
7+
### Changed
8+
9+
- Bumped `codemonster-ru/http` to `^2.0`.
10+
- Bumped `codemonster-ru/session` to `^2.0`.
11+
512
## [1.3.1] - 2026-01-02
613

714
### Changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
],
1515
"require": {
1616
"php": ">=8.2",
17-
"codemonster-ru/http": "^1.0",
17+
"codemonster-ru/http": "^2.0",
1818
"codemonster-ru/view": "^2.0",
1919
"codemonster-ru/config": "^2.0",
2020
"codemonster-ru/env": "^2.0",
2121
"codemonster-ru/router": "^2.0",
22-
"codemonster-ru/session": "^1.0",
22+
"codemonster-ru/session": "^2.0",
2323
"codemonster-ru/dumper": "^1.0",
2424
"codemonster-ru/database": "^2.0"
2525
},

0 commit comments

Comments
 (0)