Merge pull request #537 from flightphp/fadrian06-patch-2

Beautified README
pull/539/head
n0nag0n 12 months ago committed by GitHub
commit bc0a4ca635
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,7 +16,7 @@ require 'vendor/autoload.php';
// or if installed manually by zip file
// require 'flight/Flight.php';
Flight::route('/', function() {
Flight::route('/', function () {
echo 'hello world!';
});
@ -37,10 +37,13 @@ Chat with us on Matrix IRC [#flight-php-framework:matrix.org](https://matrix.to/
# Requirements
Flight requires `PHP 7.4` or greater.
> [!IMPORTANT]
> Flight requires `PHP 7.4` or greater.
**Note:** PHP 7.4 is supported because at the current time of writing (2024) PHP 7.4 is the default version for some LTS Linux distributions. Forcing a move to PHP >8 would cause a lot of heartburn for those users. The framework also supports PHP >8.
**Note:** PHP 7.4 is supported because at the current time of writing (2024) PHP 7.4 is the default version for some LTS Linux distributions. Forcing a move to PHP >8 would cause a lot of heartburn for those users.
The framework also supports PHP >8.
# License
Flight is released under the [MIT](http://docs.flightphp.com/license) license.
Flight is released under the [MIT](http://docs.flightphp.com/license) license.

Loading…
Cancel
Save