diff --git a/CHANGELOG.md b/CHANGELOG.md index b32e151..4bea411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laravel-tel-input` will be documented in this file +## v1.2.0 - 2022-02-09 + +- Added support for Laravel 9 + ## v1.1.6 - 2021-11-12 - Added default value for `id` props. diff --git a/composer.json b/composer.json index c93d06e..8555340 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/support": "^8.0" + "illuminate/support": "^8.0|^9.0" }, "require-dev": { "orchestra/testbench": "^6.0",