Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/v2.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic committed Jan 27, 2017
2 parents f757a49 + 751e79c commit aabe6c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](CONTRIBUTING.md).


## [v2.0.3] - 2017-01-27
- Revert "Add support for Laravel 5.4" (v2.x won't get Laravel 5.4 support #131)

## [v2.0.2] - 2017-01-27
- Add support for Laravel 5.4

Expand Down Expand Up @@ -66,6 +69,7 @@ This project adheres to [Semantic Versioning](CONTRIBUTING.md).
## v1.0.0 - 2016-06-18
- Commit first draft

[v2.0.3]: https://github.com/rinvex/repository/compare/v2.0.2...v2.0.3
[v2.0.2]: https://github.com/rinvex/repository/compare/v2.0.1...v2.0.2
[v2.0.1]: https://github.com/rinvex/repository/compare/v2.0.0...v2.0.1
[v2.0.0]: https://github.com/rinvex/repository/compare/v1.0.5...v2.0.0
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -40,11 +40,11 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/events": "~5.1.0|~5.2.0|~5.3.0|~5.4.0",
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0",
"illuminate/database": "~5.1.0|~5.2.0|~5.3.0|~5.4.0",
"illuminate/container": "~5.1.0|~5.2.0|~5.3.0|~5.4.0",
"illuminate/contracts": "~5.1.0|~5.2.0|~5.3.0|~5.4.0"
"illuminate/events": "5.1.*|5.2.*|5.3.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*",
"illuminate/database": "5.1.*|5.2.*|5.3.*",
"illuminate/container": "5.1.*|5.2.*|5.3.*",
"illuminate/contracts": "5.1.*|5.2.*|5.3.*"
},
"suggest": {
"illuminate/pagination": "Required to paginate the result set."
Expand Down

0 comments on commit aabe6c2

Please sign in to comment.