You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Backup Shield simply listens for when the .zip-file generated by Laravel-backup
21
21
composer require olssonm/laravel-backup-shield
22
22
```
23
23
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.
25
25
26
26
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:
27
27
@@ -82,7 +82,7 @@ $ phpunit
82
82
83
83
The MIT License (MIT). Please see the [LICENSE.md](LICENSE.md) for more information.
0 commit comments