From 0a5721b51d63c7f303aff22f36be7c662531dc40 Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Thu, 14 Jul 2016 13:08:14 -0400 Subject: [PATCH] adding radass4 remote. --- composer.json | 14 +++++++------- template/composer.json | 2 +- template/project.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index ab00ba13c2..b9520de46f 100644 --- a/composer.json +++ b/composer.json @@ -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/"} diff --git a/template/composer.json b/template/composer.json index 9e5d6b6572..6c29be5f85 100644 --- a/template/composer.json +++ b/template/composer.json @@ -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", diff --git a/template/project.yml b/template/project.yml index f4fbf38172..7c5566b7be 100644 --- a/template/project.yml +++ b/template/project.yml @@ -28,7 +28,7 @@ git: remotes: # Defining git remotes allows builds deployed via CI. - bolt8@svn-5223.devcloud.hosting.acquia.com: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.