Bump larastan/larastan from 3.0.0 to 3.0.2

Bumps [larastan/larastan](https://github.com/larastan/larastan) from 3.0.0 to 3.0.2.
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md)
- [Commits](https://github.com/larastan/larastan/compare/v3.0.0...v3.0.2)

---
updated-dependencies:
- dependency-name: larastan/larastan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-28 16:18:12 +00:00 committed by GitHub
parent 9355583f7c
commit 17d735bff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

20
composer.lock generated
View File

@ -10475,16 +10475,16 @@
}, },
{ {
"name": "larastan/larastan", "name": "larastan/larastan",
"version": "v3.0.0", "version": "v3.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/larastan/larastan.git", "url": "https://github.com/larastan/larastan.git",
"reference": "88f46e3f2cd9d2a14dba13ef293b822a75832e62" "reference": "b2e24e1605cff1d1097ccb6fb8af3bbd1dfe1c6f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/larastan/larastan/zipball/88f46e3f2cd9d2a14dba13ef293b822a75832e62", "url": "https://api.github.com/repos/larastan/larastan/zipball/b2e24e1605cff1d1097ccb6fb8af3bbd1dfe1c6f",
"reference": "88f46e3f2cd9d2a14dba13ef293b822a75832e62", "reference": "b2e24e1605cff1d1097ccb6fb8af3bbd1dfe1c6f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10498,7 +10498,7 @@
"illuminate/support": "^11.15.0", "illuminate/support": "^11.15.0",
"php": "^8.2", "php": "^8.2",
"phpmyadmin/sql-parser": "^5.9.0", "phpmyadmin/sql-parser": "^5.9.0",
"phpstan/phpstan": "^2.0.0" "phpstan/phpstan": "^2.0.2"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^12.0", "doctrine/coding-standard": "^12.0",
@ -10515,13 +10515,13 @@
}, },
"type": "phpstan-extension", "type": "phpstan-extension",
"extra": { "extra": {
"branch-alias": {
"dev-master": "2.0-dev"
},
"phpstan": { "phpstan": {
"includes": [ "includes": [
"extension.neon" "extension.neon"
] ]
},
"branch-alias": {
"dev-master": "2.0-dev"
} }
}, },
"autoload": { "autoload": {
@ -10556,7 +10556,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/larastan/larastan/issues", "issues": "https://github.com/larastan/larastan/issues",
"source": "https://github.com/larastan/larastan/tree/v3.0.0" "source": "https://github.com/larastan/larastan/tree/v3.0.2"
}, },
"funding": [ "funding": [
{ {
@ -10564,7 +10564,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-11-15T09:38:34+00:00" "time": "2024-11-26T23:15:21+00:00"
}, },
{ {
"name": "laravel/pint", "name": "laravel/pint",