Skip to content

Commit ffef635

Browse files
author
Rachel
committed
Restore stable deps in composer and clean up deployment script
1 parent 1ef51f3 commit ffef635

File tree

6 files changed

+437
-724
lines changed

6 files changed

+437
-724
lines changed

Vagrantfile

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Vagrant.configure("2") do |config|
2727
config.ssh.insert_key = false
2828

2929
config.vm.provision :shell, inline: <<SCRIPT
30-
sed -i 's/^mesg n$/tty -s \&\& mesg n/g' /root/.profile
3130
set -ex
3231
phantomjs --webdriver=8643 &> /dev/null &
3332
su vagrant -c 'cd #{path} && composer install && bundle && npm install;

composer.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "pantheon-systems/documentation",
3-
"description": "Documentation for Pantheon",
4-
"keywords": ["pantheon", "drupal", "wordpress"],
5-
"homepage": "https://pantheon.io/docs/",
6-
"type": "project",
7-
"license": "CC-BY-4.0",
8-
"minimum-stability": "dev",
9-
"prefer-stable": true,
10-
"require-dev": {
11-
"drush/drush": "6.2.0",
12-
"sculpin/sculpin": "2.*@dev",
13-
"behat/behat": "3.0.*@stable",
14-
"behat/mink": "1.6.*@stable",
15-
"behat/mink-extension": "2.0.*@stable",
16-
"behat/mink-goutte-driver": "1.1.*@stable",
17-
"behat/mink-selenium2-driver": "1.2",
18-
"composer/composer": "^1.0@alpha",
19-
"pantheon-systems/terminus": "dev-master",
20-
"dflydev/embedded-composer": "^1.0@dev"
21-
},
22-
"config": {
23-
"bin-dir": "bin"
24-
}
2+
"name": "pantheon-systems/documentation",
3+
"description": "Documentation for Pantheon",
4+
"keywords": ["pantheon", "drupal", "wordpress"],
5+
"homepage": "https://pantheon.io/docs/",
6+
"type": "project",
7+
"license": "CC-BY-4.0",
8+
"minimum-stability": "dev",
9+
"require-dev": {
10+
"drush/drush": "6.2.0",
11+
"sculpin/sculpin": "2.*@dev",
12+
"behat/behat": "3.0.*@stable",
13+
"behat/mink": "1.6.*@stable",
14+
"behat/mink-extension": "2.0.*@stable",
15+
"behat/mink-goutte-driver": "1.1.*@stable",
16+
"behat/mink-selenium2-driver": "1.2",
17+
"composer/composer": "^1.0@alpha",
18+
"guzzlehttp/guzzle": "6.1.*@stable",
19+
"pantheon-systems/terminus": "0.11.*@stable",
20+
"dflydev/embedded-composer": "^1.0@dev"
21+
},
22+
"config": {
23+
"bin-dir": "bin"
24+
}
2525
}

0 commit comments

Comments
 (0)