Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Bumped Laravel version support and updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ollieread committed Sep 4, 2020
1 parent a4e16ea commit 0734abe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2020-09-04
### Changed
- Added support for Laravel 8
### Removed
- Removed unused base test case and reference to test suite

## [1.0.0] - 2020-07-07
- Initial release

[Unreleased]: https://github.com/sprocketbox/eloquent-identity/compare/v1.0.0...develop
[Unreleased]: https://github.com/sprocketbox/eloquent-identity/compare/v1.1.0...master
[1.1.0]: https://github.com/sprocketbox/eloquent-identity/releases/tag/v1.1.0
[1.0.0]: https://github.com/sprocketbox/eloquent-identity/releases/tag/v1.0.0
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,9 @@
"Sprocketbox\\Eloquent\\Identity\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Sprocketbox\\Eloquent\\Identity\\Tests\\": "tests/"
}
},
"require": {
"php": "^7.4",
"laravel/framework": "^7.0"
"laravel/framework": "^7 || ^8"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 0734abe

Please sign in to comment.