mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 05:53:37 +08:00
fix: larastan changes frequently
This commit is contained in:
parent
bcff06a362
commit
af2a32a3a4
@ -171,7 +171,7 @@
|
||||
"mockery/mockery": "^1.5",
|
||||
"phpunit/phpunit": "^11.0",
|
||||
"phpstan/phpstan": "^1.10.0",
|
||||
"larastan/larastan": "^2.7",
|
||||
"larastan/larastan": "2.9.12",
|
||||
"symfony/var-dumper": "^7.0"
|
||||
},
|
||||
"config": {
|
||||
|
@ -6,7 +6,7 @@
|
||||
"require": {
|
||||
"flarum/testing": "^2.0",
|
||||
"phpstan/phpstan": "^1.10.0",
|
||||
"larastan/larastan": "^2.7"
|
||||
"larastan/larastan": "2.9.12"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -281,7 +281,7 @@ services:
|
||||
- phpstan.broker.dynamicFunctionReturnTypeExtension
|
||||
|
||||
-
|
||||
class: Larastan\Larastan\ReturnTypes\CollectionFilterDynamicReturnTypeExtension
|
||||
class: Larastan\Larastan\ReturnTypes\CollectionFilterRejectDynamicReturnTypeExtension
|
||||
tags:
|
||||
- phpstan.broker.dynamicMethodReturnTypeExtension
|
||||
-
|
||||
|
Loading…
x
Reference in New Issue
Block a user