This repository was archived by the owner on Mar 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 394
/
Copy pathcomposer.json
55 lines (55 loc) · 1.7 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "acquia/blt",
"description": "BLT",
"keywords": [ "drupal", "testing", "deployment", "automation", "template" ],
"authors": [
{
"name": "Matthew Grasmick"
}
],
"support": {
"issues": "https://github.com/acquia/blt/issues",
"docs": "http://blt.readthedocs.io/en/stable"
},
"type": "composer-plugin",
"license": "GPL-2.0",
"require": {
"composer/installers": "^1.2.0",
"composer-plugin-api": "^1.0.0",
"dflydev/dot-access-data": "dev-master",
"drupal/coder": "^8.2.8",
"drupal/console": "^1.0.0-rc13",
"phing/phing": "^2.15.0",
"php": ">=5.6",
"phpunit/phpunit": "^5.5.4",
"squizlabs/php_codesniffer": "^2.7",
"symfony/yaml": "^2.8.11",
"symfony/console": "^2.8.11",
"asm89/twig-lint": "^1.0.2",
"doctrine/common": "^2.5",
"vierbergenlars/php-semver": "^3.0",
"grasmash/drupal-security-warning": "^1.0.0",
"grasmash/yaml-cli": "^0.3"
},
"autoload": {
"psr-4": {
"Acquia\\Blt\\": "src/",
"Acquia\\Blt\\Tests\\": "tests/phpunit/src/"
}
},
"extra": {
"class": "Acquia\\Blt\\Composer\\Plugin"
},
"bin": [
"bin/blt",
"bin/blt-console"
],
"conflict": {
"drupal/core": "7.*"
},
"suggest": {
"hirak/prestissimo": "^0.3"
},
"minimum-stability": "dev",
"prefer-stable": true
}