Skip to content

Commit

Permalink
Merge pull request #2 from cyrildewit/develop
Browse files Browse the repository at this point in the history
Release v0.1.1
  • Loading branch information
cyrildewit committed Oct 23, 2019
2 parents dd7998f + 2bf0ffd commit 4fe02ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@ All notable changes to `Laravel Silent Authentication` will be documented in thi
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v0.1.1] (2019-10-23)

### Added

- Allow `5.8.*` and `^6.0` of `illuminate/auth`

## [v0.1.0] (2019-02-09)

### Added

- Added config file that allows people to customize/disable the default scaffholding
- Added `SessionGuard` that extends the original class but uses the `SilentAuthentication` trait
- Added `SilentAuthentication` trait which will contain the methods to silently authenticate users

[v0.1.1]: https://github.com/cyrildewit/eloquent-viewable/compare/v0.1.0...v0.1.1
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
],
"require": {
"php": "^7.1",
"illuminate/auth": "5.5.*|5.6.*|5.7.*"
"illuminate/auth": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
"phpunit/phpunit": "^6.5|^7.0"
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0",
"phpunit/phpunit": "^6.5|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4fe02ac

Please sign in to comment.