17 lines
372 B
JSON
17 lines
372 B
JSON
|
|
{
|
||
|
|
"name": "security-linter/php-laravel",
|
||
|
|
"description": "Security linter for PHP and Laravel applications",
|
||
|
|
"type": "project",
|
||
|
|
"license": "MIT",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"SecurityLinter\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.1",
|
||
|
|
"nikic/php-parser": "^5.0"
|
||
|
|
},
|
||
|
|
"bin": ["bin/security-lint"]
|
||
|
|
}
|