Skip to content

Bump spatie/laravel-backup from 10.2.2 to 10.3.0#1064

Merged
dansup merged 1 commit into
mainfrom
dependabot/composer/spatie/laravel-backup-10.3.0
Jun 12, 2026
Merged

Bump spatie/laravel-backup from 10.2.2 to 10.3.0#1064
dansup merged 1 commit into
mainfrom
dependabot/composer/spatie/laravel-backup-10.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps spatie/laravel-backup from 10.2.2 to 10.3.0.

Release notes

Sourced from spatie/laravel-backup's releases.

10.3.0

Backup archives are now encrypted while they are being built (#1978)

Previously the archive was written unencrypted and then rewritten with encryption by the EncryptBackupArchive listener, writing large backups to disk twice. Encryption is now applied per file while the zip is built, so the archive is only written once. The configuration (backup.backup.password and backup.backup.encryption) and the resulting archives are unchanged.

Upgrade notes

  • Spatie\Backup\Listeners\EncryptBackupArchive is deprecated and no longer registered. If you registered this listener yourself, remove that registration. The class is kept and still works for backwards compatibility.
  • If you suppressed encryption by unregistering the listener while keeping a password configured, set backup.backup.encryption to 'none' instead.
  • If encryption cannot be applied (for example libzip without AES support), the backup now fails with BackupFailed instead of silently producing an unencrypted archive.

What's Changed

New Contributors

Full Changelog: spatie/laravel-backup@10.2.2...10.3.0

Changelog

Sourced from spatie/laravel-backup's changelog.

10.3.0 - 2026-06-10

Backup archives are now encrypted while they are being built (#1978)

Previously the archive was written unencrypted and then rewritten with encryption by the EncryptBackupArchive listener, writing large backups to disk twice. Encryption is now applied per file while the zip is built, so the archive is only written once. The configuration (backup.backup.password and backup.backup.encryption) and the resulting archives are unchanged.

Upgrade notes

  • Spatie\Backup\Listeners\EncryptBackupArchive is deprecated and no longer registered. If you registered this listener yourself, remove that registration. The class is kept and still works for backwards compatibility.
  • If you suppressed encryption by unregistering the listener while keeping a password configured, set backup.backup.encryption to 'none' instead.
  • If encryption cannot be applied (for example libzip without AES support), the backup now fails with BackupFailed instead of silently producing an unencrypted archive.

What's Changed

New Contributors

Full Changelog: spatie/laravel-backup@10.2.2...10.3.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [spatie/laravel-backup](https://github.com/spatie/laravel-backup) from 10.2.2 to 10.3.0.
- [Release notes](https://github.com/spatie/laravel-backup/releases)
- [Changelog](https://github.com/spatie/laravel-backup/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-backup@10.2.2...10.3.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-backup
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dansup dansup merged commit eacae2d into main Jun 12, 2026
7 checks passed
@dansup dansup deleted the dependabot/composer/spatie/laravel-backup-10.3.0 branch June 12, 2026 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant