We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52ad831 + d4e5fa0 commit f2441c9Copy full SHA for f2441c9
composer.json
@@ -14,7 +14,7 @@
14
"license": "MIT",
15
"require": {
16
"php": "^8.3",
17
- "livewire/livewire": "^3.6.4",
+ "livewire/livewire": "^4.0.1",
18
"pestphp/pest": "^4.0.0"
19
},
20
"autoload": {
src/Autoload.php
@@ -11,7 +11,7 @@
11
12
/**
13
* @param array<array-key, mixed> $params
- * @return Testable
+ * @return Testable<\Livewire\Component>
*/
function livewire(string $name, array $params = [])
{
0 commit comments