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

Commit

Permalink
Merge branch 'feature/authentication-alpha3'
Browse files Browse the repository at this point in the history
Close #4
  • Loading branch information
weierophinney committed Feb 26, 2018
2 parents 3d7cc13 + 9253e6d commit edec9b1
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 152 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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

## 0.2.0 - 2018-02-26

### Added

- Nothing.

### Changed

- [#4](https://github.com/zendframework/zend-expressive-authentication-basic/pull/4)
changes the zendframework/zend-expressive-authentication minimum supported
version to 1.0.0alpha3.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 0.1.3 - 2018-02-26

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"php": "^7.1",
"psr/container": "^1.0",
"psr/http-message": "^1.0.1",
"zendframework/zend-expressive-authentication": "^0.3 || ^1.0.0-dev || ^1.0"
"zendframework/zend-expressive-authentication": "^1.0.0alpha3"
},
"require-dev": {
"phpunit/phpunit": "^6.3",
"phpunit/phpunit": "^7.0.1",
"zendframework/zend-coding-standard": "~1.0.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit edec9b1

Please sign in to comment.