Skip to content

Commit

Permalink
Added support for Livewire 3
Browse files Browse the repository at this point in the history
  • Loading branch information
victorybiz committed Sep 20, 2023
1 parent f167463 commit 1d43174
Show file tree
Hide file tree
Showing 3 changed files with 8,451 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
node_modules
vendor
coverage
tests/Browser/console
tests/Browser/screenshots
tests/Browser/source
.phpunit.result.cache
yarn-error.log
.idea
.vscode
.php-cs-fixer.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"livewire/livewire": "^2.4"
"livewire/livewire": "^2.4|^3.0"
},
"require-dev": {
"orchestra/testbench": "^6.0|^8.0",
Expand Down
Loading

0 comments on commit 1d43174

Please sign in to comment.