1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
psalm/composer.json

22 lines
480 B
JSON
Raw Normal View History

2016-01-08 00:33:37 +01:00
{
"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"
}
}
}