We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c739dc + 26e4b44 commit e15bd41Copy full SHA for e15bd41
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to `livewire-select` will be documented in this file
4
5
-## 1.0.0 - 201X-XX-XX
+## 2.0.0 - 2020-12-13
6
7
-- initial release
+- Added support for Livewire V2
8
+- Added support for Laravel 8
9
+
10
+## 1.0.0 - 2020-06-03
11
12
+- Initial release. Enjoy! 👍
composer.json
@@ -16,12 +16,12 @@
16
}
17
],
18
"require": {
19
- "php": "^7.1",
20
- "illuminate/support": "^6.0|^7.0",
21
- "livewire/livewire": "^1.1"
+ "php": "^7.2",
+ "illuminate/support": "^6.0|^7.0|^8.0",
+ "livewire/livewire": "^2.0"
22
},
23
"require-dev": {
24
- "orchestra/testbench": "^4.0",
+ "orchestra/testbench": "^5.0|^6.0",
25
"phpunit/phpunit": "^8.0"
26
27
"autoload": {
0 commit comments