webfactory / slimdump

A tool for creating configurable dumps of large MySQL-databases.
MIT License
184 stars 26 forks source link

Add support for PHP 8.2 #104

Closed delboy1978uk closed 10 months ago

delboy1978uk commented 10 months ago

addresses https://github.com/webfactory/slimdump/issues/103

mpdude commented 10 months ago

The composer.lock file is not relevant (and does not block you) when installing this as a Composer dependency in your project. But it helps us to build .phar releases with reproducible dependency versions.

So, I think we should keep it.

delboy1978uk commented 10 months ago

ok the lock is reinstated, and the versions are constrained :-D thanks for the incredibly speedy review!

mpdude commented 10 months ago

thanks for the incredibly speedy review!

To be honest, pure coindicence I happened to work on this project just today.

mpdude commented 10 months ago

Seems I need to run a composer update to get the lock file in sync; that means I'll upgrade dependencies to the latest versions of packages available for PHP 7.2 as of today.

mpdude commented 10 months ago

@delboy1978uk is #107 fine for you as well?

delboy1978uk commented 10 months ago

@mpdude great! thanks again :-D

mpdude commented 10 months ago

Replaced by #107.