mirror of https://github.com/flightphp/core
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
528 B
20 lines
528 B
12 years ago
|
{
|
||
|
"name": "mikecao/flight",
|
||
|
"autoload": {
|
||
|
"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.",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Mike Cao",
|
||
|
"email": "mike@mikecao.com",
|
||
|
"homepage": "http://www.mikecao.com/",
|
||
|
"role": "Original Developer"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
}
|
||
|
}
|