Daursu / laravel-zero-downtime-migration

Zero downtime migrations with Laravel and pt-online-schema-change
MIT License
80 stars 13 forks source link

Incompatibility with Laravel 9 #24

Closed l-alexandrov closed 2 years ago

l-alexandrov commented 2 years ago

Laravel 9 requires an incompatible version of symfony/process.

Your product require "^3.3|^4.0|^5.0" of the package, while Laravel require "^6.0"

Daursu commented 2 years ago

Thanks for reporting this. I've fixed it in #25