diff --git a/README.md b/README.md index 50be938..61083e9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index b5210b5..8e2611b 100644 --- a/composer.json +++ b/composer.json @@ -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": {