Add Larastan extension for Livewire

This commit is contained in:
brufdev
2025-04-12 16:40:49 +01:00
parent a3950e73c7
commit 401b322408
3 changed files with 69 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.14",
"calebdw/larastan-livewire": "^2.1",
"fakerphp/faker": "^1.23",
"larastan/larastan": "^3.0",
"laravel/pint": "^1.20",
Generated
+67 -1
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e691255e266966c7e520b3d601b962b6",
"content-hash": "debad7b957a449762b92d813178c66d8",
"packages": [
{
"name": "brick/math",
@@ -7932,6 +7932,72 @@
],
"time": "2024-12-11T14:50:44+00:00"
},
{
"name": "calebdw/larastan-livewire",
"version": "v2.1.0",
"source": {
"type": "git",
"url": "https://github.com/calebdw/larastan-livewire.git",
"reference": "e15d7b79f822fa08a4d13d5367ddc8e95fc40d5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/calebdw/larastan-livewire/zipball/e15d7b79f822fa08a4d13d5367ddc8e95fc40d5b",
"reference": "e15d7b79f822fa08a4d13d5367ddc8e95fc40d5b",
"shasum": ""
},
"require": {
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
"livewire/livewire": "^3.3",
"php": "^8.2",
"phpstan/phpstan": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^11.5"
},
"type": "phpstan-extension",
"extra": {
"phpstan": {
"includes": [
"extension.neon"
]
}
},
"autoload": {
"psr-4": {
"CalebDW\\LarastanLivewire\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Caleb White",
"email": "cdwhite3@pm.me"
}
],
"description": "A Larastan / PHPStan extension for Livewire.",
"homepage": "https://github.com/calebdw/larastan-livewire",
"keywords": [
"PHPStan",
"larastan",
"livewire",
"static analysis"
],
"support": {
"issues": "https://github.com/calebdw/larastan-livewire/issues",
"source": "https://github.com/calebdw/larastan-livewire/tree/v2.1.0"
},
"funding": [
{
"url": "https://github.com/calebdw",
"type": "github"
}
],
"time": "2025-02-20T11:39:06+00:00"
},
{
"name": "doctrine/deprecations",
"version": "1.1.4",
+1
View File
@@ -1,5 +1,6 @@
includes:
- vendor/larastan/larastan/extension.neon
- vendor/calebdw/larastan-livewire/extension.neon
- vendor/nesbot/carbon/extension.neon
parameters: