Skip to content

Commit

Permalink
Merge pull request #11 from asantibanez/features/upgrade-to-livewire-v2
Browse files Browse the repository at this point in the history
Added support for Laravel 8 and Livewire v2
  • Loading branch information
asantibanez authored Dec 13, 2020
2 parents 7c739dc + 26e4b44 commit e15bd41
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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! 👍
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit e15bd41

Please sign in to comment.