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" ] } }