Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit d3e3c38

Browse files
committed
Merge branch 'feature/expressive-session-1.0-support'
Close #3
2 parents 60086da + 58d83a0 commit d3e3c38

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5+
## 0.1.2 - 2017-12-12
6+
7+
### Added
8+
9+
- [#3](https://github.com/zendframework/zend-expressive-session-ext/pull/3) adds
10+
support for the 1.0-dev and 1.0 releases of zend-expressive-session.
11+
12+
### Changed
13+
14+
- Nothing.
15+
16+
### Deprecated
17+
18+
- Nothing.
19+
20+
### Removed
21+
22+
- Nothing.
23+
24+
### Fixed
25+
26+
- Nothing.
27+
528
## 0.1.1 - 2017-10-10
629

730
### Added

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php": "^7.1",
2424
"ext-session": "*",
2525
"dflydev/fig-cookies": "^1.0",
26-
"zendframework/zend-expressive-session": "^0.1.0"
26+
"zendframework/zend-expressive-session": "^0.1.0 || ^1.0.0-dev || ^1.0.0"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^6.4.3",

composer.lock

+5-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)