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