-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·25 lines (25 loc) · 890 Bytes
/
composer.json
File metadata and controls
executable file
·25 lines (25 loc) · 890 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": "chefsplate/sniffer-rules",
"description": "A Laravel 4 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 4", "laravel 5", "lumen", "code sniffer", "squizlabs", "phpcs", "artisan", "cli"],
"homepage": "https://github.com/chefsplate/sniffer-rules",
"license": "MIT",
"authors": [
{
"name": "ChefsPlate Development Team",
"email": "it@chefsplate.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": {
"ChefsPlate\\SnifferRules\\": "src/"
}
},
"minimum-stability": "stable"
}