kitloong / laravel-migrations-generator

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

php-enum version incompatible #151

Closed hinink closed 1 year ago

hinink commented 1 year ago

myclabs/php-enum 1.6 not compatible 6.6,You need to make changes in composer.json, thnks

kitloong commented 1 year ago

Hi @zc520yzy , thanks for reporting.

This issue was raised and fixed at here #147 . If you think the issue is not resolved yet, please provide more details and steps to repro

hinink commented 1 year ago

The execution of laravel-migrations-generator 6.7 and myclabs/php-enum 1.6 will throw an exception; image

kitloong commented 1 year ago

Thank you @zc520yzy . This issue has been fixed with tag v6.7.1.