mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
27 lines
569 B
JSON
27 lines
569 B
JSON
{
|
|
"name": "mattb/psalm",
|
|
"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.1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CodeInspector\\": "src/CodeInspector"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"CodeInspector\\Tests": "tests"
|
|
}
|
|
}
|
|
}
|