diff --git a/VERSION b/VERSION index 9084fa2..26aaba0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0 diff --git a/composer.json b/composer.json index cd2017e..9002edf 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": ">=7.2", - "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*", + "illuminate/support": "~5.5|~6", "swiftmailer/swiftmailer": "~6.0", "phpunit/phpunit": "~7.0.1|~8.0" },