diff --git a/composer.json b/composer.json index fcdbbec..95f3438 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mikecao/flight", "autoload": { - "files": ["flight/flight.php"] + "files": ["flight/Flight.php"] }, "license": "MIT", "description": "Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications.",