Skip to content

Commit

Permalink
adding radass4 remote.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Jul 14, 2016
1 parent 2773047 commit 0a5721b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"description": "BLT",
"license": "GPL-2.0",
"require": {
"drupal/console": "~1",
"phing/phing": "2.*",
"phpunit/phpunit": "5.4.*",
"drupal/console": "~1",
"phing/phing": "2.*",
"phpunit/phpunit": "~5.4",
"platinumpixs/phing-random-string": "dev-master",
"squizlabs/php_codesniffer": "^2.4",
"symfony/yaml": "~2.7",
"drupal/coder": "~8.2",
"symfony/console": "~2"
"squizlabs/php_codesniffer": "^2.4",
"symfony/yaml": "~2.7",
"drupal/coder": "~8.2",
"symfony/console": "~2"
},
"autoload": {
"psr-4": {"Acquia\\Blt\\": "src/"}
Expand Down
2 changes: 1 addition & 1 deletion template/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"drush/drush": "^9.0",
"drupal/drupal-extension": "~3.0",
"drupal/coder": "~8.2",
"phpunit/phpunit": "4.6.*",
"phpunit/phpunit": "~5.4",
"squizlabs/php_codesniffer": "2.*",
"phing/phing": "dev-master#0ef30e55bb5871cb38903cc0ee9d76074118a22c",
"jakoch/phantomjs-installer": "1.9.8",
Expand Down
2 changes: 1 addition & 1 deletion template/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ git:
remotes:
# Defining git remotes allows builds deployed via CI.
- [email protected]:bolt8.git
- bolt8@svn-5223.devcloud.hosting.acquia.com:bolt8.git
# - radass4@svn-11692.prod.hosting.acquia.com:radass4.git

drush:
# You can set custom project aliases in drush/site-aliases/aliases.drushrc.php.
Expand Down

0 comments on commit 0a5721b

Please sign in to comment.