updated README

pull/439/head
Masroor Ehsan 3 years ago
parent 83fd1e75a2
commit c0f83495cc

@ -30,7 +30,7 @@ Flight is released under the [MIT](http://flightphp.com/license) license.
If you're using [Composer](https://getcomposer.org/), you can run the following command:
```
composer require masroore/flight
composer require mikecao/flight
```
OR you can [download](https://github.com/mikecao/flight/archive/master.zip) them directly

@ -1,5 +1,5 @@
{
"name": "masroore/flight",
"name": "mikecao/flight",
"description": "Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications.",
"homepage": "http://flightphp.com",
"license": "MIT",
@ -9,15 +9,10 @@
"email": "mike@mikecao.com",
"homepage": "http://www.mikecao.com/",
"role": "Original Developer"
},
{
"name": "Masroor Ehsan",
"email": "masroore@gmail.com",
"homepage": "https://github.com/masroore/flight/"
}
],
"require": {
"php": ">=7.4",
"php": "^7.4|^8.0|^8.1",
"ext-json": "*"
},
"autoload": {

Loading…
Cancel
Save