kitloong / laravel-migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
2.44k stars 270 forks source link

Please update PHP version to latest in composer.json file #161

Closed classiebit closed 1 year ago

classiebit commented 1 year ago

PHP 7.1 version used in composer.json Please update the version so that we can use it on PHP 8.0 and newer versions

kitloong commented 1 year ago

Hi @classiebit

 "php": ">=7.1.3",

Should support PHP 7.1.3 and above.