Skip to content

Commit

Permalink
Merge pull request #13 from cybercog/feature/laravel-57-support
Browse files Browse the repository at this point in the history
Add Laravel 5.7 support
  • Loading branch information
antonkomarev authored Sep 9, 2018
2 parents 8bd9f99 + ef80f33 commit 889e128
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to `laravel-optimus` will be documented in this file.

## [3.1.0] - 2017-02-14

### Added

- ([#13](https://github.com/cybercog/laravel-optimus/pull/13)) Laravel 5.7 support

## [3.0.0] - 2017-02-14

### Added
Expand Down Expand Up @@ -37,6 +43,7 @@ All notable changes to `laravel-optimus` will be documented in this file.

Initial release

[3.1.0]: https://github.com/cybercog/laravel-optimus/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/cybercog/laravel-optimus/compare/2.1.0...3.0.0
[2.1.0]: https://github.com/cybercog/laravel-optimus/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/cybercog/laravel-optimus/compare/1.0.0...2.0.0
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"require": {
"php": "^7.1.3",
"graham-campbell/manager": "^4.0",
"illuminate/contracts": "~5.5|~5.6",
"illuminate/support": "~5.5|~5.6",
"illuminate/contracts": "~5.5|~5.6|~5.7",
"illuminate/support": "~5.5|~5.6|~5.7",
"jenssegers/optimus": "^0.2.2"
},
"require-dev": {
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
verbose="true"
>
<testsuites>
Expand Down

0 comments on commit 889e128

Please sign in to comment.