1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00
psalm/composer.json

22 lines
470 B
JSON
Raw Normal View History

2016-01-07 18:33:37 -05: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",
2016-03-07 13:51:42 -05:00
"nikic/PHP-Parser": "dev-master"
2016-01-07 18:33:37 -05:00
},
"autoload": {
"psr-4": {
2016-01-07 18:45:20 -05:00
"CodeInspector\\": "lib"
2016-01-07 18:33:37 -05:00
}
2016-03-07 13:26:41 -05:00
}
2016-01-07 18:33:37 -05:00
}