Skip to content

Commit

Permalink
Dependencies fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Jun 6, 2024
1 parent 1a924a3 commit 249eca6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions composer-require-checker.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"PHPStan\\Node\\InClassNode",
"PHPStan\\Reflection\\ClassReflection",
"PHPStan\\Reflection\\MethodReflection",
"PHPStan\\Reflection\\ParametersAcceptorSelector",
"PHPStan\\Rules\\Rule",
"PHPStan\\Rules\\RuleErrorBuilder",
"PHPStan\\Type\\DynamicMethodReturnTypeExtension",
Expand Down
8 changes: 0 additions & 8 deletions packages/dev/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,5 @@
"config": {
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": {
"core": {
"type": "path",
"url": "../core"
}
}
}

0 comments on commit 249eca6

Please sign in to comment.