|
1 | 1 | { |
2 | | - "name" : "phpcsstandards/phpcsextra", |
3 | | - "description" : "A collection of sniffs and standards for use with PHP_CodeSniffer.", |
4 | | - "type" : "phpcodesniffer-standard", |
5 | | - "keywords" : [ "phpcs", "phpcbf", "standards", "static analysis", "php_codesniffer", "phpcodesniffer-standard" ], |
6 | | - "license" : "LGPL-3.0-or-later", |
7 | | - "authors" : [ |
| 2 | + "name": "phpcsstandards/phpcsextra", |
| 3 | + "description": "A collection of sniffs and standards for use with PHP_CodeSniffer.", |
| 4 | + "license": "LGPL-3.0-or-later", |
| 5 | + "type": "phpcodesniffer-standard", |
| 6 | + "keywords": [ |
| 7 | + "phpcs", |
| 8 | + "phpcbf", |
| 9 | + "standards", |
| 10 | + "static analysis", |
| 11 | + "php_codesniffer", |
| 12 | + "phpcodesniffer-standard" |
| 13 | + ], |
| 14 | + "authors": [ |
8 | 15 | { |
9 | | - "name" : "Juliette Reinders Folmer", |
10 | | - "role" : "lead", |
11 | | - "homepage" : "https://github.com/jrfnl" |
| 16 | + "name": "Juliette Reinders Folmer", |
| 17 | + "homepage": "https://github.com/jrfnl", |
| 18 | + "role": "lead" |
12 | 19 | }, |
13 | 20 | { |
14 | | - "name" : "Contributors", |
15 | | - "homepage" : "https://github.com/PHPCSStandards/PHPCSExtra/graphs/contributors" |
| 21 | + "name": "Contributors", |
| 22 | + "homepage": "https://github.com/PHPCSStandards/PHPCSExtra/graphs/contributors" |
16 | 23 | } |
17 | 24 | ], |
18 | | - "support" : { |
19 | | - "issues" : "https://github.com/PHPCSStandards/PHPCSExtra/issues", |
20 | | - "source" : "https://github.com/PHPCSStandards/PHPCSExtra", |
| 25 | + "support": { |
| 26 | + "issues": "https://github.com/PHPCSStandards/PHPCSExtra/issues", |
| 27 | + "source": "https://github.com/PHPCSStandards/PHPCSExtra", |
21 | 28 | "security": "https://github.com/PHPCSStandards/PHPCSExtra/security/policy" |
22 | 29 | }, |
23 | | - "require" : { |
24 | | - "php" : ">=5.4", |
25 | | - "squizlabs/php_codesniffer" : "^3.13.5 || ^4.0.1", |
26 | | - "phpcsstandards/phpcsutils" : "^1.2.0" |
| 30 | + "require": { |
| 31 | + "php": ">=5.4", |
| 32 | + "phpcsstandards/phpcsutils": "^1.2.0", |
| 33 | + "squizlabs/php_codesniffer": "^3.13.5 || ^4.0.1" |
27 | 34 | }, |
28 | | - "require-dev" : { |
29 | | - "php-parallel-lint/php-parallel-lint": "^1.4.0", |
| 35 | + "require-dev": { |
30 | 36 | "php-parallel-lint/php-console-highlighter": "^1.0", |
| 37 | + "php-parallel-lint/php-parallel-lint": "^1.4.0", |
31 | 38 | "phpcsstandards/phpcsdevcs": "^1.2.0", |
32 | 39 | "phpcsstandards/phpcsdevtools": "^1.2.1", |
33 | 40 | "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" |
34 | 41 | }, |
35 | 42 | "minimum-stability": "dev", |
36 | 43 | "prefer-stable": true, |
| 44 | + "config": { |
| 45 | + "allow-plugins": { |
| 46 | + "dealerdirect/phpcodesniffer-composer-installer": true |
| 47 | + }, |
| 48 | + "lock": false |
| 49 | + }, |
37 | 50 | "extra": { |
38 | 51 | "branch-alias": { |
39 | | - "dev-stable": "1.x-dev", |
40 | | - "dev-develop": "1.x-dev" |
| 52 | + "dev-develop": "1.x-dev", |
| 53 | + "dev-stable": "1.x-dev" |
41 | 54 | } |
42 | 55 | }, |
43 | | - "scripts" : { |
| 56 | + "scripts": { |
44 | 57 | "lint": [ |
45 | 58 | "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . --show-deprecated -e php --exclude vendor --exclude .git" |
46 | 59 | ], |
|
71 | 84 | "coverage-phpcs4-local": [ |
72 | 85 | "@php ./vendor/phpunit/phpunit/phpunit --coverage-html ./build/coverage-html" |
73 | 86 | ] |
74 | | - }, |
75 | | - "config": { |
76 | | - "allow-plugins": { |
77 | | - "dealerdirect/phpcodesniffer-composer-installer": true |
78 | | - }, |
79 | | - "lock": false |
80 | 87 | } |
81 | 88 | } |
0 commit comments