Skip to content

Commit

Permalink
Merge branch 'hotfix/2.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
breart committed Oct 28, 2020
2 parents e74b9a0 + be6e2b2 commit 8295c76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
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).

## [2.0.7] - 2020-10-28

### Added
- Laravel 8 support

## [2.0.6] - 2020-10-23

### Fixed
Expand Down Expand Up @@ -100,7 +105,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Replaced underscores with dots in routes
- Minor refactoring, formatting

[Unreleased]: https://github.com/24Slides/laravel-saml2/compare/2.0.7...HEAD
[Unreleased]: https://github.com/24Slides/laravel-saml2/compare/2.0.8...HEAD
[2.0.7]: https://github.com/24Slides/laravel-saml2/compare/2.0.6...2.0.7
[2.0.6]: https://github.com/24Slides/laravel-saml2/compare/2.0.5...2.0.6
[2.0.5]: https://github.com/24Slides/laravel-saml2/compare/2.0.4...2.0.5
[2.0.4]: https://github.com/24Slides/laravel-saml2/compare/2.0.3...2.0.4
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"require": {
"php": ">=7.1",
"ext-openssl": "*",
"illuminate/console": "~5.5|^6.0|^7.0",
"illuminate/database": "~5.5|^6.0|^7.0",
"illuminate/support": "~5.4|^6.0|^7.0",
"illuminate/console": "~5.5|^6.0|^7.0|^8.0",
"illuminate/database": "~5.5|^6.0|^7.0|^8.0",
"illuminate/support": "~5.4|^6.0|^7.0|^8.0",
"onelogin/php-saml": "^3.0",
"ramsey/uuid": "^3.8"
},
Expand Down

0 comments on commit 8295c76

Please sign in to comment.