-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.32 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.32 KB
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
{
"name": "drupal-cod/cod",
"description": "Conference Organizing Distribution (COD) Base Profile",
"type": "drupal-profile",
"license": "GPL-2.0+",
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"behat/mink": "~1.7",
"behat/mink-goutte-driver": "~1.2",
"jcalderonzumba/gastonjs": "~1.0.2",
"jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
"mikey179/vfsStream": "~1.2",
"phpunit/phpunit": "~4.8",
"symfony/css-selector": "~2.8",
"drush/drush": "8.1.11",
"drupal/drupal-extension": "~3.2.0",
"behat/behat": "^3.0",
"drupal/coder": "~8.2.0",
"phing/phing": "^2.14",
"drupal/devel": "^1.0",
"squizlabs/php_codesniffer": "2.*",
"se/selenium-server-standalone": "^2.53",
"drupal/console": "^1.0",
"jakoch/phantomjs-installer": "1.9.8",
"composer/composer": "^1.4",
"grasmash/yaml-cli": "^1.0"
},
"bin": [
"lightning-subprofile"
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"cweagans/composer-patches": "^1.5.0",
"composer/installers": "^1.2",
"drupal/core": "~8.3.1",
"acquia/lightning": "~2"
}
}