From e9a8ea04d9d86b1c3bf2ebec9566fe4cd08ad47b Mon Sep 17 00:00:00 2001 From: Kevin Langley <me@kevinlangleyjr.com> Date: Wed, 16 Jul 2014 12:11:12 -0400 Subject: [PATCH] fixing composer dependency of codebird-php as wp-codebird only supports <=2.4.1 --- composer.json | 4 ++-- composer.lock | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 980c54e..f1f5ca7 100644 --- a/composer.json +++ b/composer.json @@ -4,9 +4,9 @@ "version": "1.1.2", "license": "GPL-2.0+", "require": { - "jublonet/codebird-php": "~2.4" + "jublonet/codebird-php": "<=2.4.1" }, "autoload": { "files": ["class-wp-codebird.php"] } -} \ No newline at end of file +} diff --git a/composer.lock b/composer.lock index d3a4f68..2f326d4 100644 --- a/composer.lock +++ b/composer.lock @@ -1,12 +1,13 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" + "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "This file is @generated automatically" ], - "hash": "315359867471cb3c90c59182a9b9e389", + "hash": "4537ab0b992d7d3a995bf83a9d1bd7e0", "packages": [ { - "name": "mynetx/codebird-php", + "name": "jublonet/codebird-php", "version": "2.4.1", "source": { "type": "git", -- GitLab