From 2faf79b4be5e1f58e3cb37680f1fd73a998099ba Mon Sep 17 00:00:00 2001 From: Sergio Date: Tue, 11 Apr 2017 14:33:23 +0100 Subject: [PATCH 1/3] Case 27407;Removed ^ character --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 29af372..6e9c36e 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "drupal/google_tag": "~2.0.1", "drupal/diff": "~1.0.0", "drupal/memcache": "dev-dennis-8.x-2.x#4908f1ccf56e75fd7e9785474837a98bc6490031", - "drupal/cdn": "^3.0", - "drupal/stage_file_proxy": "^1.0@alpha" + "drupal/cdn": "3.0", + "drupal/stage_file_proxy": "1.0@alpha" } } From 3674e8d1b2e3d570536896d65dc0193de70d44a2 Mon Sep 17 00:00:00 2001 From: Sergio Date: Tue, 11 Apr 2017 15:18:46 +0100 Subject: [PATCH 2/3] Case 27407;Updated versions according to composer.lock --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6e9c36e..7d58e00 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "drupal/google_tag": "~2.0.1", "drupal/diff": "~1.0.0", "drupal/memcache": "dev-dennis-8.x-2.x#4908f1ccf56e75fd7e9785474837a98bc6490031", - "drupal/cdn": "3.0", - "drupal/stage_file_proxy": "1.0@alpha" + "drupal/cdn": "3.0.0", + "drupal/stage_file_proxy": "1.0.0-alpha2" } } From 4f2a81a0ae25abf1ceb5d02c072364dfd2274b0d Mon Sep 17 00:00:00 2001 From: kalpaitch Date: Wed, 12 Apr 2017 10:46:49 +0100 Subject: [PATCH 3/3] Pinned composer to minor versions. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7d58e00..9b7fc7e 100644 --- a/composer.json +++ b/composer.json @@ -29,8 +29,8 @@ "drupal/role_delegation": "~1.0.0", "drupal/google_tag": "~2.0.1", "drupal/diff": "~1.0.0", - "drupal/memcache": "dev-dennis-8.x-2.x#4908f1ccf56e75fd7e9785474837a98bc6490031", - "drupal/cdn": "3.0.0", + "drupal/memcache": "~2.0.0", + "drupal/cdn": "~3.0.0", "drupal/stage_file_proxy": "1.0.0-alpha2" } }