Skip to content

Commit

Permalink
Update CHANGELOG & minor formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
breart committed Jul 1, 2020
1 parent 8ef42d5 commit 3b1d3e3
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,9 +5,8 @@ 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.3] - 2020-06-15
## [2.0.3] - 2020-07-01
- Support for Laravel 7 (#4)
- Generate migration with timestamp
- Add branch-aliases in composer.json

## [2.0.2] - 2020-03-24
@@ -84,7 +83,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.2...HEAD
[Unreleased]: https://github.com/24Slides/laravel-saml2/compare/2.0.3...HEAD
[2.0.3]: https://github.com/24Slides/laravel-saml2/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/24Slides/laravel-saml2/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/24Slides/laravel-saml2/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/24Slides/laravel-saml2/compare/1.2.0...2.0.0
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
"illuminate/database": "~5.5|^6.0|^7.0",
"illuminate/support": "~5.4|^6.0|^7.0",
"onelogin/php-saml": "^3.0",
"ramsey/uuid": "^3.8"
},
@@ -42,9 +42,9 @@
"Slides\\Saml2\\ServiceProvider"
]
},
"branch-aliases": {
"dev-master": "2.0.3-dev"
}
"branch-aliases": {
"dev-master": "2.0.3-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true

0 comments on commit 3b1d3e3

Please sign in to comment.