forked from pantheon-systems/ci-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 827 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 827 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
{
"name": "davidsparks/ci-scripts",
"description": "Scripts helpful for testing a Drupal site on a Continuous-Integration server, or locally.",
"require": {
"behat/behat": "3.*",
"behat/mink": "*",
"drupal/drupal-extension": "*",
"drush/drush": "*",
"behat/mink-extension": "*",
"behat/mink-goutte-driver": "*",
"phpunit/phpunit": ">=3.5"
},
"bin": [
"scripts/disable-php-email",
"scripts/init-new-project",
"scripts/install-drupal",
"scripts/local-test",
"scripts/prepare-to-install",
"scripts/push-to-pantheon",
"scripts/setup-before-tests",
"scripts/setup-environment",
"scripts/start-webserver",
"scripts/stop-webserver",
"scripts/wait-for-webserver"
]
}