diff --git a/CHANGELOG.md b/CHANGELOG.md index 96660d5..59d4845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to `laravel-view-components` will be documented in this file +## 1.1.2 - 2018-09-04 +- Add support for Laravel 5.7 + ## 1.1.1 - 2018-06-04 - Fixed regression introduced in 1.1.0 diff --git a/composer.json b/composer.json index 2728dcf..d7cb92d 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,11 @@ } ], "require": { + "illuminate/support": "5.6.*|5.7.*", "php": "^7.1" }, "require-dev": { - "orchestra/testbench": "3.6.*", + "orchestra/testbench": "3.6.*|3.7.*", "phpunit/phpunit": "^7.0" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 563fc80..4c78188 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -22,7 +22,7 @@ - +