From e14df3cf86657bdd96fd0518ac3258287e703398 Mon Sep 17 00:00:00 2001 From: Emyr Thomas Date: Sun, 22 Feb 2015 11:31:26 +0000 Subject: [PATCH] Fix reference to WordPress 4.1.1 --- composer.json | 4 ++-- composer.lock | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 1e7b8cefc9..97b4829272 100644 --- a/composer.json +++ b/composer.json @@ -41,9 +41,9 @@ ], "require": { "php": ">=5.4", - "johnpbloch/wordpress": "4.1.1", "composer/installers": "v1.0.12", - "vlucas/phpdotenv": "1.0.9" + "vlucas/phpdotenv": "1.0.9", + "johnpbloch/wordpress": "4.1.1" }, "extra": { "installer-paths": { diff --git a/composer.lock b/composer.lock index 365cd6cec6..5370116869 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "429774c2405a7b26903ada0fd8020f3b", + "hash": "810d0a79dded2bbb2919d78b468e17c6", "packages": [ { "name": "composer/installers", @@ -96,12 +96,12 @@ "source": { "type": "git", "url": "https://github.com/johnpbloch/wordpress.git", - "reference": "fced41fbfeb6b6a1f48f505426da0cb392d44274" + "reference": "b6a0e3c2ef178f97ce8b709897fd4411420b3ccb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/fced41fbfeb6b6a1f48f505426da0cb392d44274", - "reference": "fced41fbfeb6b6a1f48f505426da0cb392d44274", + "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/b6a0e3c2ef178f97ce8b709897fd4411420b3ccb", + "reference": "b6a0e3c2ef178f97ce8b709897fd4411420b3ccb", "shasum": "" }, "require": { @@ -125,7 +125,7 @@ "blog", "cms" ], - "time": "2014-12-18 18:31:41" + "time": "2015-02-18 22:16:06" }, { "name": "johnpbloch/wordpress-core-installer", @@ -229,6 +229,7 @@ "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, + "prefer-lowest": false, "platform": { "php": ">=5.4" },