From c74505a40aa5f3383384b30498937567404722f5 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Fri, 31 Oct 2014 18:54:14 -0700 Subject: [PATCH 1/2] Set drupal/drupal version to 8.0.0-beta2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cd2cedb7b..19accb1ff 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ }, "require-dev": { "phpunit/phpunit": "4.1.*", - "drupal/drupal": "8.0.x-dev", + "drupal/drupal": "8.0.0-beta2", "drupal/coder": "dev-8.x-2.x" }, "minimum-stability": "dev", From bbf403e3fb688efb311a6ffc00b6ad3eaf791e88 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Fri, 31 Oct 2014 18:54:51 -0700 Subject: [PATCH 2/2] Set twig/twig to version 1.15.* --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 19accb1ff..47abc4e22 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "symfony/console": "2.5.*", "symfony/finder": "2.5.*", "symfony/dependency-injection": "2.5.*", - "twig/twig": "1.16.*", + "twig/twig": "1.15.*", "composer/installers": "~1.0" }, "require-dev": {