Skip to content

Commit af2a32a

Browse files
committed
fix: larastan changes frequently
1 parent bcff06a commit af2a32a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"mockery/mockery": "^1.5",
172172
"phpunit/phpunit": "^11.0",
173173
"phpstan/phpstan": "^1.10.0",
174-
"larastan/larastan": "^2.7",
174+
"larastan/larastan": "2.9.12",
175175
"symfony/var-dumper": "^7.0"
176176
},
177177
"config": {

php-packages/phpstan/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"flarum/testing": "^2.0",
88
"phpstan/phpstan": "^1.10.0",
9-
"larastan/larastan": "^2.7"
9+
"larastan/larastan": "2.9.12"
1010
},
1111
"autoload": {
1212
"psr-4": {

php-packages/phpstan/larastan-extension.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ services:
281281
- phpstan.broker.dynamicFunctionReturnTypeExtension
282282

283283
-
284-
class: Larastan\Larastan\ReturnTypes\CollectionFilterDynamicReturnTypeExtension
284+
class: Larastan\Larastan\ReturnTypes\CollectionFilterRejectDynamicReturnTypeExtension
285285
tags:
286286
- phpstan.broker.dynamicMethodReturnTypeExtension
287287
-

0 commit comments

Comments
 (0)