-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 870 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 870 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
26
27
28
29
30
31
32
{
"name": "drutiny/acquia",
"type": "library",
"description": "Acquia specific policies and audits for Drutiny.",
"keywords": ["drupal", "audit", "drush", "ssh", "report", "acquia"],
"license": "GPL-2.0",
"authors": [
{"name": "Josh Waihi", "email": "joshwaihi@gmail.com"}
],
"prefer-stable": true,
"require": {
"drutiny/drutiny": "^3.4.0",
"fiasco/cloud-api-sdk-php": "1.x-dev",
"zumba/amplitude-php": "^1.0",
"loophp/phposinfo": "^1.7"
},
"minimum-stability": "dev",
"support": {
"issues": "https://github.com/drutiny/drutiny-acquia/issues",
"source": "https://github.com/drutiny/drutiny-acquia"
},
"autoload": {
"psr-4": {
"Drutiny\\Acquia\\": "src/",
"DrutinyTests\\Acquia\\": "tests/src/"
}
},
"require-dev": {
"phpunit/phpunit": "*",
"squizlabs/php_codesniffer": "^3.5"
}
}