Skip to content

Commit 63cc335

Browse files
committed
Bump for laravel-backup 6.0.
1 parent 918f01c commit 63cc335

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22

3-
Copyright (c) 2018 Marcus Olsson <contact@marcusolsson.me>
3+
Copyright (c) 2019 Marcus Olsson <contact@marcusolsson.me>
44

55
> Permission is hereby granted, free of charge, to any person obtaining a copy
66
> of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Backup Shield simply listens for when the .zip-file generated by Laravel-backup
2121
composer require olssonm/laravel-backup-shield
2222
```
2323

24-
Requires `PHP: "^7.0"` and `laravel/framework: "^5.3"`.
24+
Requires `PHP: "^7.0"` and `laravel/framework: "^5.3"`. As long as other requirements are met, all versions of `spatie/laravel-backup` above 4.0 should work.
2525

2626
In Laravel > 5.5 the service provider will be automatically added. You can also add the service provider to your app.php manually if needed:
2727

@@ -82,7 +82,7 @@ $ phpunit
8282

8383
The MIT License (MIT). Please see the [LICENSE.md](LICENSE.md) for more information.
8484

85-
© 2018 [Marcus Olsson](https://marcusolsson.me).
85+
© 2019 [Marcus Olsson](https://marcusolsson.me).
8686

8787
[ico-version]: https://img.shields.io/packagist/v/olssonm/laravel-backup-shield.svg?style=flat-square
8888
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"php": "^7.0",
2222
"illuminate/support": "^5.3",
2323
"nelexa/zip": "^3.1",
24-
"spatie/laravel-backup": "~4.0|~5.0"
24+
"spatie/laravel-backup": "~4.0|~5.0|~6.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "~5.4 || ~6.0 || ~7.1",

0 commit comments

Comments
 (0)