forked from drutiny/plugin-drupal-7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 908 Bytes
/
composer.json
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
26
27
28
29
30
{
"name": "drutiny/plugin-drupal-7",
"type": "library",
"description": "Drupal 7 plugin for Drutiny",
"keywords": ["drupal", "audit", "drush", "ssh", "report"],
"license": "GPL-2.0",
"authors": [
{"name": "Sean Hamlin", "email": "[email protected]"},
{"name": "Josh Waihi", "email": "[email protected]"}
],
"support": {
"issues": "https://github.com/drutiny/plugin-drupal-7/issues",
"source": "https://github.com/drutiny/plugin-drupal-7"
},
"require": {
"drutiny/drutiny": "2.x-dev",
"symfony/yaml": "^3.2"
},
"autoload": {
"psr-4": {
"Drutiny\\Plugin\\Drupal7\\": "src/",
"DrutinyTests\\Plugin\\Drupal7\\": "tests/src/"
}
},
"require-dev": {
"phpunit/phpunit": "^5.0",
"squizlabs/php_codesniffer": "2.*",
"drupal/coder": "^8.2.0"
}
}