Skip to content

Commit

Permalink
fix: larastan changes frequently
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Nov 29, 2024
1 parent bcff06a commit af2a32a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion php-packages/phpstan/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion php-packages/phpstan/larastan-extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ services:
- phpstan.broker.dynamicFunctionReturnTypeExtension

-
class: Larastan\Larastan\ReturnTypes\CollectionFilterDynamicReturnTypeExtension
class: Larastan\Larastan\ReturnTypes\CollectionFilterRejectDynamicReturnTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
Expand Down

0 comments on commit af2a32a

Please sign in to comment.