Bump larastan/larastan from 3.0.2 to 3.0.4

Bumps [larastan/larastan](https://github.com/larastan/larastan) from 3.0.2 to 3.0.4.
- [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.2...v3.0.4)

---
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] 2025-02-10 16:07:41 +00:00 committed by GitHub
parent 8083f24324
commit 60bdd5ee26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

30
composer.lock generated
View File

@ -10513,16 +10513,16 @@
}, },
{ {
"name": "larastan/larastan", "name": "larastan/larastan",
"version": "v3.0.2", "version": "v3.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/larastan/larastan.git", "url": "https://github.com/larastan/larastan.git",
"reference": "b2e24e1605cff1d1097ccb6fb8af3bbd1dfe1c6f" "reference": "b394eba5805727423071fac9b53ea50dd7e920f4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/larastan/larastan/zipball/b2e24e1605cff1d1097ccb6fb8af3bbd1dfe1c6f", "url": "https://api.github.com/repos/larastan/larastan/zipball/b394eba5805727423071fac9b53ea50dd7e920f4",
"reference": "b2e24e1605cff1d1097ccb6fb8af3bbd1dfe1c6f", "reference": "b394eba5805727423071fac9b53ea50dd7e920f4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10536,7 +10536,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.2" "phpstan/phpstan": "^2.1.3"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^12.0", "doctrine/coding-standard": "^12.0",
@ -10594,7 +10594,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.2" "source": "https://github.com/larastan/larastan/tree/v3.0.4"
}, },
"funding": [ "funding": [
{ {
@ -10602,7 +10602,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-11-26T23:15:21+00:00" "time": "2025-02-06T21:03:36+00:00"
}, },
{ {
"name": "laravel/pint", "name": "laravel/pint",
@ -11848,16 +11848,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "2.1.2", "version": "2.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "7d08f569e582ade182a375c366cbd896eccadd3a" "reference": "8f99e18eb775dbaf6460c95fa0b65312da9c746a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/7d08f569e582ade182a375c366cbd896eccadd3a", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8f99e18eb775dbaf6460c95fa0b65312da9c746a",
"reference": "7d08f569e582ade182a375c366cbd896eccadd3a", "reference": "8f99e18eb775dbaf6460c95fa0b65312da9c746a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11902,7 +11902,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-01-21T14:54:06+00:00" "time": "2025-02-10T08:25:21+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -14174,7 +14174,7 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": {}, "stability-flags": [],
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
@ -14182,10 +14182,10 @@
"ext-curl": "*", "ext-curl": "*",
"ext-intl": "*" "ext-intl": "*"
}, },
"platform-dev": {}, "platform-dev": [],
"platform-overrides": { "platform-overrides": {
"ext-pcntl": "8.0", "ext-pcntl": "8.0",
"ext-posix": "8.0" "ext-posix": "8.0"
}, },
"plugin-api-version": "2.6.0" "plugin-api-version": "2.3.0"
} }