Skip to content

Commit e15bd41

Browse files
authored
Merge pull request #11 from asantibanez/features/upgrade-to-livewire-v2
Added support for Laravel 8 and Livewire v2
2 parents 7c739dc + 26e4b44 commit e15bd41

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to `livewire-select` will be documented in this file
44

5-
## 1.0.0 - 201X-XX-XX
5+
## 2.0.0 - 2020-12-13
66

7-
- initial release
7+
- 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

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1",
20-
"illuminate/support": "^6.0|^7.0",
21-
"livewire/livewire": "^1.1"
19+
"php": "^7.2",
20+
"illuminate/support": "^6.0|^7.0|^8.0",
21+
"livewire/livewire": "^2.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^4.0",
24+
"orchestra/testbench": "^5.0|^6.0",
2525
"phpunit/phpunit": "^8.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)