Browse Source

Bump nunomaduro/larastan from 2.9.0 to 2.9.2

Bumps [nunomaduro/larastan](https://github.com/larastan/larastan) from 2.9.0 to 2.9.2.
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/2.x/RELEASE.md)
- [Commits](https://github.com/larastan/larastan/compare/v2.9.0...v2.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/558/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
ec10add1db
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      composer.json
  2. 15
      composer.lock

2
composer.json

@ -96,7 +96,7 @@
"laravel/ui": "^4.5",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^7.0",
"nunomaduro/larastan": "^2.0",
"nunomaduro/larastan": "^2.9",
"phpstan/extension-installer": "*",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.0",

15
composer.lock

@ -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": "65aa49aed414c5d5f48389c1e0e3f1a5",
"content-hash": "63728a9cf28646e70a3756fdab4e68d3",
"packages": [
{
"name": "brick/math",
@ -7929,16 +7929,16 @@
},
{
"name": "nunomaduro/larastan",
"version": "v2.9.0",
"version": "v2.9.2",
"source": {
"type": "git",
"url": "https://github.com/larastan/larastan.git",
"reference": "35fa9cbe1895e76215bbe74571a344f2705fbe01"
"reference": "a79b46b96060504b400890674b83f66aa7f5db6d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/larastan/larastan/zipball/35fa9cbe1895e76215bbe74571a344f2705fbe01",
"reference": "35fa9cbe1895e76215bbe74571a344f2705fbe01",
"url": "https://api.github.com/repos/larastan/larastan/zipball/a79b46b96060504b400890674b83f66aa7f5db6d",
"reference": "a79b46b96060504b400890674b83f66aa7f5db6d",
"shasum": ""
},
"require": {
@ -7955,6 +7955,7 @@
"phpstan/phpstan": "^1.10.50"
},
"require-dev": {
"doctrine/coding-standard": "^12.0",
"nikic/php-parser": "^4.17.1",
"orchestra/canvas": "^7.11.1 || ^8.11.0 || ^9.0.0",
"orchestra/testbench": "^7.33.0 || ^8.13.0 || ^9.0.0",
@ -8006,7 +8007,7 @@
],
"support": {
"issues": "https://github.com/larastan/larastan/issues",
"source": "https://github.com/larastan/larastan/tree/v2.9.0"
"source": "https://github.com/larastan/larastan/tree/v2.9.2"
},
"funding": [
{
@ -8027,7 +8028,7 @@
}
],
"abandoned": "larastan/larastan",
"time": "2024-02-13T11:49:22+00:00"
"time": "2024-02-27T03:16:03+00:00"
},
{
"name": "phar-io/manifest",

Loading…
Cancel
Save