olssonm / laravel-backup-shield

đź”’Password protection (and encryption) for your laravel backups.
MIT License
32 stars 5 forks source link

Composer require failed, using Laravel 5.7 and laravel-backup ^6.0 #6

Closed chan80 closed 5 years ago

chan80 commented 5 years ago

Hi Marcus,

Encountered this error message when trying to do a composer require:

Problem 1

Does this work with laravel-backup v6.x or do I need to install laravel-backup v5.x instead?

Kindly advise. Thanks!

olssonm commented 5 years ago

Howdy @chan80! Sorry for the inconvenience, I had missed that there was a new release of spatie/laravel-backup.

I've updated for it to work with spatie/laravel-backup 6.0 and released a new version; 2.4 (link). Feel free to test it out.

If you have any other issues, just get back to me or else you can close the issue once you've verified it.

chan80 commented 5 years ago

Hi Marcus!

Thanks! I am able to install laravel-backup-shield now.