From ef80f338b4d4dcd0027ee9a36b51672450010571 Mon Sep 17 00:00:00 2001 From: a-komarev Date: Sun, 9 Sep 2018 20:03:28 +0300 Subject: [PATCH] Add Laravel 5.7 support --- CHANGELOG.md | 7 +++++++ composer.json | 4 ++-- phpunit.xml.dist | 1 - 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98698d5..8d00da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/composer.json b/composer.json index 315b5ba..8329ffc 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index bbecd95..ab4f777 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -8,7 +8,6 @@ convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" - syntaxCheck="false" verbose="true" >