diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e5a05..1d67a73 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `livewire-select` will be documented in this file -## 1.0.0 - 201X-XX-XX +## 2.0.0 - 2020-12-13 -- initial release +- Added support for Livewire V2 +- Added support for Laravel 8 + +## 1.0.0 - 2020-06-03 + +- Initial release. Enjoy! 👍 diff --git a/composer.json b/composer.json index 7ed5929..a1e53f8 100755 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ } ], "require": { - "php": "^7.1", - "illuminate/support": "^6.0|^7.0", - "livewire/livewire": "^1.1" + "php": "^7.2", + "illuminate/support": "^6.0|^7.0|^8.0", + "livewire/livewire": "^2.0" }, "require-dev": { - "orchestra/testbench": "^4.0", + "orchestra/testbench": "^5.0|^6.0", "phpunit/phpunit": "^8.0" }, "autoload": {