diff --git a/.travis.yml b/.travis.yml index f415082..66923ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ cache: php: - 7.1 - 7.2 + - 7.3 + - 7.4 install: - composer install --no-interaction --prefer-dist diff --git a/CHANGES.md b/CHANGES.md index 7169c93..a62b000 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes History +1.4.0 +----- +- Declare compatibility with Laravel 6 + 1.3.0 ----- - Remove direct dependency from dingo/api diff --git a/README.md b/README.md index bbc20f1..5b39e87 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Library for fast build laravel based application with simple CRUD operations. As Repositories layer uses [laravel-repositories](https://github.com/Saritasa/php-laravel-repositories) library. -## Laravel 5.5 +## Laravel 5.5/6.0 Install the ```saritasa/laravel-entity-services``` package: ``` diff --git a/composer.json b/composer.json index 95789a4..6b426d6 100644 --- a/composer.json +++ b/composer.json @@ -12,13 +12,13 @@ ], "require": { "php": ">=7.1", - "illuminate/support": "5.*", + "illuminate/support": "5.*|6.0", "saritasa/laravel-repositories": "^3.3" }, "require-dev": { "mockery/mockery": "^1.1", "phpunit/phpunit": "^7.5", - "squizlabs/php_codesniffer": "^3.0" + "squizlabs/php_codesniffer": "^3.5" }, "autoload": { "psr-4" : {