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

Commit

Permalink
Merge branch 'hotfix/4-zend-expressive-session-1.0.0-dev'
Browse files Browse the repository at this point in the history
Close #5
Fixes #4
  • Loading branch information
weierophinney committed Jan 8, 2018
2 parents febbaaa + aeca2e2 commit fd04a17
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 62 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,29 @@

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

## 0.2.2 - 2018-01-08

### Added

- [#5](https://github.com/zendframework/zend-expressive-authentication-session/pull/5)
adds support for the 1.0.0-dev branch of zend-expressive-session.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 0.2.1 - 2017-12-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -22,7 +22,7 @@
"psr/container": "^1.0",
"psr/http-message": "^1.0.1",
"zendframework/zend-expressive-authentication": "^0.2 || ^1.0.0-dev || ^1.0",
"zendframework/zend-expressive-session": "^0.1.0"
"zendframework/zend-expressive-session": "^0.1.0 || ^1.0.0-dev || ^1.0"
},
"require-dev": {
"phpspec/prophecy": "^1.7.2",
Expand Down

0 comments on commit fd04a17

Please sign in to comment.