Skip to content

Commit f455e3d

Browse files
committed
2023-01-10 AC: Release-5.0.0.
2 parents 112a00f + b6e8e24 commit f455e3d

File tree

7 files changed

+1722
-707
lines changed

7 files changed

+1722
-707
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 5.0.0 (2023-01-10)
4+
5+
- Makes the \Doctrine\Common library a core ASCMVC library (\Ascmvc\Session\Common).
6+
- Updates the project's dependencies.
7+
38
## 4.0.0 (2020-05-26)
49

510
- Migrates to Laminas and updates the project's dependencies.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,8 @@ Then, from within the root directory of the project, you can run the following c
4141

4242
> By default, Swoole will listen on the ``localhost`` loopback, on port 9501. If you wish to change this, please modify the ``run-swoole`` command inside the ``composer.json`` file according to your needs.
4343
44+
## Upgrading from 4.0.0 to 5.0.0
45+
46+
When upgrading from version 4.0.0 to 5.0.0, please make sure to replace the \Doctrine\Common namespace with the \Ascmvc\Session\Common in your config/session.config.php file.
47+
4448
### Have a lot of fun! :)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^7.2",
23-
"lightmvc/ascmvc": "4.0.0"
22+
"php": ">=8.0 <8.3",
23+
"lightmvc/ascmvc": "5.0.0"
2424
},
2525
"require-dev": {
2626
"linuxforphp/linuxforcomposer": "^2.0"

0 commit comments

Comments
 (0)