Skip to content

Commit f2441c9

Browse files
authored
Merge pull request #22 from aarongmx/update/livewire-4
Add support for Livewire 4
2 parents 52ad831 + d4e5fa0 commit f2441c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"require": {
1616
"php": "^8.3",
17-
"livewire/livewire": "^3.6.4",
17+
"livewire/livewire": "^4.0.1",
1818
"pestphp/pest": "^4.0.0"
1919
},
2020
"autoload": {

src/Autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* @param array<array-key, mixed> $params
14-
* @return Testable
14+
* @return Testable<\Livewire\Component>
1515
*/
1616
function livewire(string $name, array $params = [])
1717
{

0 commit comments

Comments
 (0)