mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
Add composer
This commit is contained in:
parent
f086e105b8
commit
d689c6f765
21
composer.json
Normal file
21
composer.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user