diff --git a/changelog.md b/changelog.md index 0a4fe37..d3f2840 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ Changelog ========= +2.6.0 (2019-12-29) +------------------ + +- Add support for Laravel 6 + 2.5.0 (2019-09-24) ------------------ diff --git a/composer.json b/composer.json index b20b509..6f84a70 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ ], "license" : "MIT", "require" : { - "illuminate/support" : "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", - "illuminate/session" : "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*" + "illuminate/support" : "~5.4 || ^6.0", + "illuminate/session" : "~5.4 || ^6.0" }, "autoload" : { "psr-4" : {