fix composer's autoloading path

pull/15/head
David Kuridža 13 years ago
parent af4ecffed8
commit a1eb9ec633

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

Loading…
Cancel
Save