diff --git a/CHANGELOG.md b/CHANGELOG.md index db55627..c853176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,14 @@ All Notable changes to `laravel-stat-search-analytics` will be documented in this file. +## 1.3.0 +- Add compatibility with Laravel 5.6 + ## 1.2.0 - Removed Yahoo Integration - Add compatibility with Laravel 5.5 - Add Laravel 5.5 Auto Discovery - ## 1.1.2 - Updated PHPUnit - Laravel Version 5.4 Test diff --git a/composer.json b/composer.json index e3c6b1e..9491afb 100644 --- a/composer.json +++ b/composer.json @@ -14,22 +14,22 @@ "authors": [ { "name": "Felix Schulze", - "email": "githubissues@schulze.co", + "email": "github@schulze.co", "homepage": "https://schulze.co", "role": "Developer" } ], "require": { - "php" : "^7.0", - "illuminate/support": "~5.4.0|~5.5.0", + "php": ">=7.0.0", + "illuminate/support": "~5.4.0|~5.5.0|~5.6.0", "guzzlehttp/guzzle": "^6.3", - "nesbot/carbon": "^1.22", + "nesbot/carbon": "^1.23", "schulzefelix/laravel-data-transfer-object": "^1.0.0" }, "require-dev": { - "phpunit/phpunit" : "^6.1", - "mockery/mockery": "^0.9.5", - "orchestra/testbench" : "~3.4.6" + "mockery/mockery": "^1.0", + "orchestra/testbench": "~3.5.0|~3.6.0", + "phpunit/phpunit" : "^6.2|^7.0" }, "autoload": { "psr-4": {