-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·25 lines (25 loc) · 901 Bytes
/
composer.json
File metadata and controls
executable file
·25 lines (25 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "socialengine/sniffer-rules",
"description": "A Lumen 5 and Laravel 5 SquizLabs Code Sniffer 2.0 artisan command. Detect violations of a defined coding standard. It helps your code remains clean and consistent.",
"keywords": ["laravel", "laravel 5", "lumen", "lumen 5", "code sniffer", "squizlabs", "phpcs", "artisan", "cli"],
"homepage": "https://github.com/socialengine/sniffer-rules",
"license": "MIT",
"authors": [
{
"name": "SocialEngine Development Team",
"email": "support@socialengine.com"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~4.0|~5.0",
"illuminate/console": "~4.0|~5.0",
"squizlabs/php_codesniffer": "2.*"
},
"autoload": {
"psr-0": {
"SocialEngine\\SnifferRules\\": "src/"
}
},
"minimum-stability": "stable"
}