Bump nunomaduro/larastan from 2.4.1 to 2.5.1

Bumps [nunomaduro/larastan](https://github.com/nunomaduro/larastan) from 2.4.1 to 2.5.1.
- [Release notes](https://github.com/nunomaduro/larastan/releases)
- [Changelog](https://github.com/nunomaduro/larastan/blob/master/RELEASE.md)
- [Commits](https://github.com/nunomaduro/larastan/compare/2.4.1...2.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-06 03:56:26 +00:00 committed by GitHub
parent 3df05eb63c
commit cc69f50106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -114,7 +114,7 @@
"fakerphp/faker": "1.*",
"filp/whoops": "2.*",
"mockery/mockery": "1.*",
"nunomaduro/larastan": "^2.0",
"nunomaduro/larastan": "^2.5",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-strict-rules": "^1.4",

18
composer.lock generated
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": "5222cd3e809043ea947cebe3a19cf938",
"content-hash": "44315ea9315b37a8e2a0b6aaabe57773",
"packages": [
{
"name": "bacon/bacon-qr-code",
@ -9390,16 +9390,16 @@
},
{
"name": "nunomaduro/larastan",
"version": "2.4.1",
"version": "2.5.1",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/larastan.git",
"reference": "238fdbfba3aae133cdec73e99826c9b0232141f7"
"reference": "072e2c9566ae000bf66c92384fc933b81885244b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nunomaduro/larastan/zipball/238fdbfba3aae133cdec73e99826c9b0232141f7",
"reference": "238fdbfba3aae133cdec73e99826c9b0232141f7",
"url": "https://api.github.com/repos/nunomaduro/larastan/zipball/072e2c9566ae000bf66c92384fc933b81885244b",
"reference": "072e2c9566ae000bf66c92384fc933b81885244b",
"shasum": ""
},
"require": {
@ -9413,11 +9413,11 @@
"illuminate/support": "^9.47.0 || ^10.0.0",
"php": "^8.0.2",
"phpmyadmin/sql-parser": "^5.6.0",
"phpstan/phpstan": "^1.9.8"
"phpstan/phpstan": "~1.10.3"
},
"require-dev": {
"nikic/php-parser": "^4.15.2",
"orchestra/testbench": "^7.19.0|^8.0.0",
"orchestra/testbench": "^7.19.0 || ^8.0.0",
"phpunit/phpunit": "^9.5.27"
},
"suggest": {
@ -9462,7 +9462,7 @@
],
"support": {
"issues": "https://github.com/nunomaduro/larastan/issues",
"source": "https://github.com/nunomaduro/larastan/tree/2.4.1"
"source": "https://github.com/nunomaduro/larastan/tree/2.5.1"
},
"funding": [
{
@ -9482,7 +9482,7 @@
"type": "patreon"
}
],
"time": "2023-02-05T12:19:17+00:00"
"time": "2023-03-04T23:46:40+00:00"
},
{
"name": "phar-io/manifest",