Skip to content

Commit 5c390fc

Browse files
authored
Use composer-require-checker instead of Deptrac (#35)
1 parent 24f3ac2 commit 5c390fc

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

composer-require-checker.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"symbol-whitelist" : [
3+
"Composer\\Autoload\\ClassLoader",
4+
"JetBrains\\PHPStormStub\\PhpStormStubsMap"
5+
]
6+
}

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^8.1",
14+
"ext-tokenizer": "*",
1415
"nikic/php-parser": "^4.15",
1516
"phpstan/phpdoc-parser": "^1.0",
1617
"psr/simple-cache": "^3.0",
@@ -22,5 +23,9 @@
2223
"psr-4": {
2324
"Typhoon\\Reflection\\": ""
2425
}
26+
},
27+
"config": {
28+
"lock": false,
29+
"vendor-dir": "../../var/Reflection/vendor"
2530
}
2631
}

0 commit comments

Comments
 (0)