Skip to content

Commit

Permalink
Use composer-require-checker instead of Deptrac (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov authored Apr 12, 2024
1 parent 24f3ac2 commit 5c390fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer-require-checker.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"symbol-whitelist" : [
"Composer\\Autoload\\ClassLoader",
"JetBrains\\PHPStormStub\\PhpStormStubsMap"
]
}
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
],
"require": {
"php": "^8.1",
"ext-tokenizer": "*",
"nikic/php-parser": "^4.15",
"phpstan/phpdoc-parser": "^1.0",
"psr/simple-cache": "^3.0",
Expand All @@ -22,5 +23,9 @@
"psr-4": {
"Typhoon\\Reflection\\": ""
}
},
"config": {
"lock": false,
"vendor-dir": "../../var/Reflection/vendor"
}
}

0 comments on commit 5c390fc

Please sign in to comment.