From 8cdc273dbad03cce00f400e3bab07b7d37889fc3 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 6 May 2013 12:57:44 -0700 Subject: [PATCH] Fixed composer.json replace key --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b9f4309f..9bd64747 100644 --- a/composer.json +++ b/composer.json @@ -34,9 +34,9 @@ "role": "Developer" } ], - "replace": [ - "lncd/oauth2" - ], + "replace": { + "lncd/oauth2": "*" + }, "autoload": { "psr-0": { "OAuth2": "src/"