1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-21 23:42:10 +02:00

Correct laravel-backup package version

This commit is contained in:
Kovah 2020-10-09 11:43:00 +02:00
parent 142a0d559a
commit de5de45b3e
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
2 changed files with 15 additions and 16 deletions

View File

@ -15,7 +15,7 @@
"league/csv": "^9.6",
"predis/predis": "^1.1",
"shaarli/netscape-bookmark-parser": "^2.1",
"spatie/laravel-backup": "^6.11",
"spatie/laravel-backup": "6.11.1",
"venturecraft/revisionable": "^1.34"
},
"require-dev": {

29
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "931ce41ac7fae7b010cf2bd6c6e39f63",
"content-hash": "a709d5af83f68feb6d56834394a3142f",
"packages": [
{
"name": "brick/math",
@ -2556,37 +2556,36 @@
},
{
"name": "spatie/laravel-backup",
"version": "6.11.4",
"version": "6.11.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-backup.git",
"reference": "3aea94ae9a326871b702ccc358e91683d7782666"
"reference": "3ede36961b79b6ea4a6b5f708f2cc60fee74ad6c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-backup/zipball/3aea94ae9a326871b702ccc358e91683d7782666",
"reference": "3aea94ae9a326871b702ccc358e91683d7782666",
"url": "https://api.github.com/repos/spatie/laravel-backup/zipball/3ede36961b79b6ea4a6b5f708f2cc60fee74ad6c",
"reference": "3ede36961b79b6ea4a6b5f708f2cc60fee74ad6c",
"shasum": ""
},
"require": {
"illuminate/console": "^5.8.15|^6.0|^7.0|^8.0",
"illuminate/contracts": "^5.8.15|^6.0|^7.0|^8.0",
"illuminate/events": "^5.8.15|^6.0|^7.0|^8.0",
"illuminate/filesystem": "^5.8.15|^6.0|^7.0|^8.0",
"illuminate/notifications": "^5.8.15|^6.0|^7.0|^8.0",
"illuminate/support": "^5.8.15|^6.0|^7.0|^8.0",
"illuminate/console": "^5.8.15|^6.0|^7.0",
"illuminate/contracts": "^5.8.15|^6.0|^7.0",
"illuminate/events": "^5.8.15|^6.0|^7.0",
"illuminate/filesystem": "^5.8.15|^6.0|^7.0",
"illuminate/notifications": "^5.8.15|^6.0|^7.0",
"illuminate/support": "^5.8.15|^6.0|^7.0",
"league/flysystem": "^1.0.49",
"php": "^7.3",
"php": "^7.2",
"spatie/db-dumper": "^2.12",
"spatie/temporary-directory": "^1.1",
"symfony/finder": "^4.2|^5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"laravel/slack-notification-channel": "^1.0",
"league/flysystem-aws-s3-v3": "^1.0",
"mockery/mockery": "^1.3",
"orchestra/testbench": "3.8.*|4.*|5.*|6.*",
"orchestra/testbench": "3.8.*|4.*|5.*",
"phpunit/phpunit": "^8.4|^9.0"
},
"suggest": {
@ -2638,7 +2637,7 @@
"type": "github"
}
],
"time": "2020-09-30T06:58:20+00:00"
"time": "2020-06-18T09:59:06+00:00"
},
{
"name": "spatie/temporary-directory",