From 0fdbff4b8f2eb884711c9b3d714b0f04ca2ae43a Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Thu, 22 May 2014 21:49:00 -0700 Subject: [PATCH] Fix typo --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b821446..9a2e527 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ }, "require-dev": { "phpunit/phpunit": "*" - } + }, "autoload": { "classmap": ["src/"] }