Skip to content

Commit e868b29

Browse files
committed
Refactoring
1 parent ad06be8 commit e868b29

File tree

5 files changed

+131
-259
lines changed

5 files changed

+131
-259
lines changed

composer-require-checker.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"symbol-whitelist" : [
3+
"class_like_exists",
4+
"get_constant_extension",
35
"Composer\\Autoload\\ClassLoader",
46
"PhpParser\\Node\\Scalar\\DNumber",
57
"PhpParser\\Node\\Scalar\\LNumber",
6-
"Typhoon\\PhpStormReflectionStubs\\PhpStormStubsLocator"
8+
"JetBrains\\PHPStormStub\\PhpStormStubsMap"
79
]
810
}

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,9 @@
1818
"ext-tokenizer": "*",
1919
"nikic/php-parser": "^4.18 || ^5.0",
2020
"phpstan/phpdoc-parser": "^1.21",
21-
"psr/simple-cache": "^3.0",
22-
"symfony/deprecation-contracts": "^3.0",
23-
"symfony/polyfill-php84": "^1.31",
2421
"typhoon/change-detector": "^0.4.5",
2522
"typhoon/declaration-id": "^0.4",
26-
"typhoon/type": "^0.4.4",
27-
"typhoon/typed-map": "^0.4"
23+
"typhoon/type": "^0.4.4"
2824
},
2925
"require-dev": {
3026
"bamarni/composer-bin-plugin": "^1.8.2",

0 commit comments

Comments
 (0)