1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-29 20:28:59 +01:00
psalm/composer.json

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