From 0f6b6769d0e0ea0d3520ecf1d06d77292050d818 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Fri, 9 May 2014 20:07:30 -0700 Subject: [PATCH] Updated composer.json file. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5405380..22afd35 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,6 @@ "php": ">=5.3.0" }, "autoload": { - "files": [ "flight/Flight.php" ] + "files": [ "flight/autoload.php", "flight/Flight.php" ] } }