annotate vendor/drupal/coder/composer.json @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author |
Chris Cannam |
date |
Thu, 28 Feb 2019 13:11:55 +0000 |
parents |
c75dbcec494b |
children |
12f9dff5fda9 |
rev |
line source |
Chris@0
|
1 {
|
Chris@0
|
2 "name": "drupal/coder",
|
Chris@0
|
3 "type": "phpcodesniffer-standard",
|
Chris@0
|
4 "description": "Coder is a library to review Drupal code.",
|
Chris@0
|
5 "homepage": "https://www.drupal.org/project/coder",
|
Chris@0
|
6 "support": {
|
Chris@0
|
7 "issues": "https://www.drupal.org/project/issues/coder",
|
Chris@0
|
8 "source": "https://www.drupal.org/project/coder"
|
Chris@0
|
9 },
|
Chris@0
|
10 "keywords": ["phpcs", "standards", "code review"],
|
Chris@0
|
11 "license": "GPL-2.0+",
|
Chris@0
|
12 "require": {
|
Chris@0
|
13 "php": ">=5.4.0",
|
Chris@0
|
14 "ext-mbstring": "*",
|
Chris@4
|
15 "squizlabs/php_codesniffer": "^3.0.1",
|
Chris@0
|
16 "symfony/yaml": ">=2.0.0"
|
Chris@0
|
17 },
|
Chris@4
|
18 "autoload": {
|
Chris@4
|
19 "psr-0": {
|
Chris@4
|
20 "Drupal\\": "coder_sniffer/Drupal/",
|
Chris@4
|
21 "DrupalPractice\\": "coder_sniffer/Drupal/"
|
Chris@4
|
22 }
|
Chris@4
|
23 },
|
Chris@0
|
24 "require-dev": {
|
Chris@0
|
25 "phpunit/phpunit": ">=3.7 <6"
|
Chris@0
|
26 }
|
Chris@0
|
27 }
|