Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for spatie v7 and v8 and backpack 4.2 #98

Merged
merged 1 commit into from
Jan 19, 2022

Conversation

tabacitu
Copy link
Member

@tabacitu tabacitu commented Jan 19, 2022

WHY

BEFORE - What was wrong? What was happening before this PR?

Could not install Backpack on Laravel 9 in the demo. Because this package used spatie/laravel-backup v6, and it needed v8.

AFTER - What is happening after this PR?

Should be able to install.

HOW

How did you achieve that, in technical terms?

Added them in composer.json. Turns out they introduced no breaking changes in v7 and v8. Which is weird. That's not like them.

Is it a breaking change or non-breaking change?

Should be non-breaking.

How can we test the before & after?

Try to composer require backpack/backupmanager:"dev-bump-dependencies as 3.9.99" in a Laravel 9 install (might want to use laravel/framework:"9.x-dev as 8.9.99".

@tabacitu tabacitu self-assigned this Jan 19, 2022
@tabacitu tabacitu merged commit 4b043e1 into master Jan 19, 2022
@tabacitu tabacitu deleted the bump-dependencies branch January 19, 2022 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant