Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Nov 21, 2024
1 parent ad06be8 commit e868b29
Show file tree
Hide file tree
Showing 5 changed files with 131 additions and 259 deletions.
4 changes: 3 additions & 1 deletion composer-require-checker.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"symbol-whitelist" : [
"class_like_exists",
"get_constant_extension",
"Composer\\Autoload\\ClassLoader",
"PhpParser\\Node\\Scalar\\DNumber",
"PhpParser\\Node\\Scalar\\LNumber",
"Typhoon\\PhpStormReflectionStubs\\PhpStormStubsLocator"
"JetBrains\\PHPStormStub\\PhpStormStubsMap"
]
}
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@
"ext-tokenizer": "*",
"nikic/php-parser": "^4.18 || ^5.0",
"phpstan/phpdoc-parser": "^1.21",
"psr/simple-cache": "^3.0",
"symfony/deprecation-contracts": "^3.0",
"symfony/polyfill-php84": "^1.31",
"typhoon/change-detector": "^0.4.5",
"typhoon/declaration-id": "^0.4",
"typhoon/type": "^0.4.4",
"typhoon/typed-map": "^0.4"
"typhoon/type": "^0.4.4"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
Expand Down
Loading

0 comments on commit e868b29

Please sign in to comment.