The current version of spatie/laravel-backup requires PHP version 7.2.
However, spatie/db-dumper 2.14.1 requires PHP 7.3.
This results in a conflict:
- Installation request for spatie/db-dumper 2.14.1 -> satisfiable by spatie/db-dumper[2.14.1].
- spatie/db-dumper 2.14.1 requires php ^7.3 -> your PHP version (7.2.18) does not satisfy that requirement.
Either upgrade to PHP 7.3 or require the last PHP 7.2 compatible version of db-dumper.
Tbh I expected composer to just pick the right versions for you
Upgrading to PHP 7.3 is not a solution for everyone ;)
Anyone who has pulled in this package with composer:
"spatie/laravel-backup": "^6.0"
now should require the spatie/db-dumper v2.14 manually, like so:
composer require spatie/db-dumper:2.14
This might be helpful to anyone else.
Thanks anyway!
Most helpful comment
Anyone who has pulled in this package with composer:
now should require the
spatie/db-dumperv2.14 manually, like so:This might be helpful to anyone else.
Thanks anyway!