Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 44df450

Browse files
chore(master): release 3.0.0
1 parent 496ffe9 commit 44df450

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

‎CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## [3.0.0](https://github.com/compwright/php-session/compare/v2.0.0...v3.0.0) (2022年12月23日)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop support for PHP 7.4
9+
* support psr/simple-cache v2 and v3
10+
11+
### Features
12+
13+
* drop support for PHP 7.4 ([19358d0](https://github.com/compwright/php-session/commit/19358d039685beca8c8ec14e8cba260aeacdc0fa))
14+
* support psr/simple-cache v2 and v3 ([c3e7563](https://github.com/compwright/php-session/commit/c3e756337fe2de35270201cf9a9271d42bc3b4ee)), closes [#2](https://github.com/compwright/php-session/issues/2)
15+
* upgrade dependencies ([243d859](https://github.com/compwright/php-session/commit/243d859028fdfa0f4be4c8761f63a364b0f0e7f2)), closes [#2](https://github.com/compwright/php-session/issues/2)
16+
17+
18+
### Bug Fixes
19+
20+
* add ArrayAccess to Session class ([#7](https://github.com/compwright/php-session/issues/7)) ([7d13b9d](https://github.com/compwright/php-session/commit/7d13b9dd1fea5243f382ad51802146e5d60c963e))
21+
* Session::__get() should trigger error when data does not exist ([80fea20](https://github.com/compwright/php-session/commit/80fea2000d4d4bb624c8e3fecc196a6ba4697899))
22+
* sid generation in cookie middleware ([#5](https://github.com/compwright/php-session/issues/5)) ([0fe1c63](https://github.com/compwright/php-session/commit/0fe1c6322a46acf0b2ce9e4e7072e80563e28279))

‎composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,12 @@
7373
},
7474
"autoload-dev": {
7575
"psr-4": {
76-
"Compwright\\PhpSession\\BehaviorTest\\": ["tests/behavior"],
77-
"App\\": ["tests/integration/server/App"]
76+
"Compwright\\PhpSession\\BehaviorTest\\": [
77+
"tests/behavior"
78+
],
79+
"App\\": [
80+
"tests/integration/server/App"
81+
]
7882
},
7983
"files": [
8084
"tests/integration/server/App/app.php"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /