We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97375b commit b0bbaedCopy full SHA for b0bbaed
2 files changed
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All significant changes to this project will be documented in this file.
4
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
12
## [1.3.1] - 2026-01-02
13
14
### Changed
composer.json
@@ -14,12 +14,12 @@
],
15
"require": {
16
"php": ">=8.2",
17
- "codemonster-ru/http": "^1.0",
+ "codemonster-ru/http": "^2.0",
18
"codemonster-ru/view": "^2.0",
19
"codemonster-ru/config": "^2.0",
20
"codemonster-ru/env": "^2.0",
21
"codemonster-ru/router": "^2.0",
22
- "codemonster-ru/session": "^1.0",
+ "codemonster-ru/session": "^2.0",
23
"codemonster-ru/dumper": "^1.0",
24
"codemonster-ru/database": "^2.0"
25
},
0 commit comments