mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
28 lines
611 B
JSON
28 lines
611 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",
|
|
"stevemiketa/PHP-Parser": "~2.0.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CodeInspector\\": "lib"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "git@github.com:stevemiketa/PHP-Parser.git"
|
|
}
|
|
]
|
|
}
|