flightphp / core

An extensible micro-framework for PHP
https://docs.flightphp.com
MIT License
2.61k stars 407 forks source link

Website outdated version #494

Closed BHare1985 closed 10 months ago

BHare1985 commented 10 months ago

Website says php version 5.3 or later, GitHub says 7.4 or later. Which is it?

juneszh commented 10 months ago

You can go to composer packagist to check the requires: https://packagist.org/packages/mikecao/flight

v2.0. is requires PHP 7.4+ v1.3. is requires PHP 5.3+