forked from CityOfBoston/boston.gov-d7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1.06 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
{
"name": "acquia-pso/spyglass",
"license": "CC0-1.0",
"repositories": [
{
"type": "composer",
"url": "https://packagist.drupal-composer.org"
}
],
"require-dev": {
"behat/behat": "3.0.*",
"behat/mink": "1.6@stable",
"behat/mink-extension": "*",
"behat/mink-goutte-driver": "*",
"behat/mink-selenium2-driver": "*",
"behat/mink-browserkit-driver": "*",
"drupal/drupal-extension": "*",
"drupal/coder": "8.2.6",
"drush/drush": "~7.2",
"phpunit/phpunit": "4.6.*",
"squizlabs/php_codesniffer": "2.*",
"phing/phing": "~2.15",
"jakoch/phantomjs-installer": "*",
"jarnaiz/behat-junit-formatter": "^1.2"
},
"scripts": {
"post-install-cmd": [
"PhantomInstaller\\Installer::installPhantomJS"
],
"post-update-cmd": [
"PhantomInstaller\\Installer::installPhantomJS"
]
},
"autoload-dev": {
"psr-4": {
"Boston\\": "tests/behat/src/"
}
}
}