From 9eebfb18b09c0aacb1d64b164a53eb88d5850b29 Mon Sep 17 00:00:00 2001 From: JoungKyun Kim Date: Mon, 8 Aug 2016 02:37:56 +0900 Subject: [PATCH] fixed json syntax error --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 86950bd..4434397 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,6 @@ "issues": "https://github.com/OOPS-ORG-PHP/ereg-extension-wrapper/issues" }, "require": { - "php": ">=7.0.0", + "php": ">=7.0.0" } }