diff --git a/composer.json b/composer.json index ab00ba13c..b9520de46 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/composer.lock b/composer.lock index cdc48ddd5..18ec7035f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "9a7a2ca6b69b39bb78f5faf045031272", - "content-hash": "7640e36c874c1b9a09412b80c41bf3be", + "hash": "27e138da7aaa423cbac4e5bf7389027c", + "content-hash": "61d202b45a369d069844d9cdaa1fa743", "packages": [ { "name": "alchemy/zippy", @@ -2409,16 +2409,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "2.6.1", + "version": "2.6.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d" + "reference": "4edb770cb853def6e60c93abb088ad5ac2010c83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/fb72ed32f8418db5e7770be1653e62e0d6f5dd3d", - "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4edb770cb853def6e60c93abb088ad5ac2010c83", + "reference": "4edb770cb853def6e60c93abb088ad5ac2010c83", "shasum": "" }, "require": { @@ -2483,7 +2483,7 @@ "phpcs", "standards" ], - "time": "2016-05-30 22:24:32" + "time": "2016-07-13 23:29:13" }, { "name": "stecman/symfony-console-completion", diff --git a/template/composer.json b/template/composer.json index 9e5d6b657..6c29be5f8 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 f4fbf3817..7c5566b7b 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.