From f2dd540f8617e28259fd3ef44680f74c8ce0319c Mon Sep 17 00:00:00 2001 From: Bec White Date: Thu, 14 Apr 2016 19:26:20 -0500 Subject: [PATCH] Fix composer.json syntax. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2bd2e02..6e471d2 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,6 @@ } ], "require": { - "phing/phing": "^2.14", + "phing/phing": "^2.14" } }