From 9935cc5d2119ff8544013a0333a804e09b7a8438 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 1 Aug 2012 15:44:03 +0100 Subject: [PATCH] JSON error fix --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 476135a6..cff35e42 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "https://github.com/lncd/OAuth2", "license": "MIT", "require": { - "php": ">=5.3.0", + "php": ">=5.3.0" }, "require-dev": { "EHER/PHPUnit": "*"