mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
22 lines
480 B
JSON
22 lines
480 B
JSON
{
|
|
"name": "mattb/php-codeinspector",
|
|
"description": "A PHP code inspection utility written in PHP",
|
|
"keywords": ["php", "code", "inspection"],
|
|
"type": "library",
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Matthew Brown"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"nikic/php-parser": "~2.0.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CodeInspector\\": "lib/CodeInspector"
|
|
}
|
|
}
|
|
}
|