Skip to content

Commit 4b043e1

Browse files
authored
Merge pull request #98 from Laravel-Backpack/bump-dependencies
add support for spatie v7 and v8 and backpack 4.2
2 parents 8cc087e + 2cc7f2a commit 4b043e1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
[![Style CI](https://styleci.io/repos/53956594/shield)](https://styleci.io/repos/53956594)
99
[![Total Downloads](https://img.shields.io/packagist/dt/backpack/backupmanager.svg?style=flat-square)](https://packagist.org/packages/backpack/backupmanager)
1010

11-
An admin interface for [spatie/laravel-backup](https://github.com/spatie/laravel-backup). Allows the admin to easily manage backups (download and delete). Used in the Backpack package, on Laravel 5.2+ to 6.
11+
An admin interface for [spatie/laravel-backup](https://github.com/spatie/laravel-backup). Allows the admin to easily manage backups (download and delete). Used in the Backpack package, on Laravel 5.2+ to 9.
1212

1313

1414
> ### Security updates and breaking changes
15-
> Please **[subscribe to the Backpack Newsletter](http://backpackforlaravel.com/newsletter)** so you can find out about any security updates, breaking changes or major features. We send an email every 1-2 months.
16-
![Backpack\BackupManager screenshot](https://backpackforlaravel.com/uploads/screenshots/backups_running.png)
15+
> Please **[subscribe to the Backpack Newsletter](http://backpackforlaravel.com/newsletter)** so you can find out about any security updates, breaking changes or major features. We send an email 2 times/year, max.
16+
17+
![Backpack\BackupManager screenshot](https://user-images.githubusercontent.com/1032474/150080754-97dca93f-3cac-452b-9bcf-cc51becd3055.png)
1718

1819

1920
## Install

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"minimum-stability": "dev",
2424
"prefer-stable": true,
2525
"require": {
26-
"backpack/crud": "^4.1.0",
27-
"spatie/laravel-backup": "^6.1"
26+
"backpack/crud": "^4.1.0|^4.2.0",
27+
"spatie/laravel-backup": "^8.0|^7.0|^6.1"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit" : "^9.0||^7.0",

0 commit comments

Comments
 (0)