Skip to content

Commit

Permalink
Merge pull request #962 from uasoft-indonesia/bug/v2/composer
Browse files Browse the repository at this point in the history
fix composer
  • Loading branch information
rizkiheryandi committed May 15, 2023
2 parents 8b0fbf3 + d4c2531 commit 3ff74d1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 31 deletions.
49 changes: 24 additions & 25 deletions composer.json
Expand Up @@ -24,31 +24,30 @@
},
"type": "library",
"require": {
"arcanedev/log-viewer": "^8.1|^9.0",
"darkaonline/l5-swagger": "8.3.3",
"doctrine/dbal": "^2.5",
"larapack/doctrine-support": "^0.1.9",
"laravel/sanctum": "^2.14.1|^3.0",
"laravel/tinker": "^2.7",
"laravel/ui": "^3.4",
"league/flysystem": "~1.1|~2.0|~3.0",
"league/flysystem-aws-s3-v3": "^1.0.28|^3.0",
"phpstan/phpstan": "^1.4",
"predis/predis": "^1.1",
"spatie/flysystem-dropbox": "^1.2.2|^2.0",
"spatie/laravel-activitylog": "^3.17|^4.4",
"spatie/laravel-backup": "^6.16|^8.1.0",
"symfony/var-exporter": "^5.2.0|^6.0",
"unisharp/laravel-filemanager": "^2.4",
"webpatser/laravel-uuid": "^4.0",
"zircote/swagger-php": "3.2",
"psr/http-message": "~1.0|2.0|*",
"laminas/laminas-diactoros": "^2.25|*",
"laravel/octane": "^1.5",
"guzzlehttp/guzzle": "^7.5",
"google/apiclient": "^2.13",
"masbug/flysystem-google-drive-ext": "^2.2|^1.1.10",
"php-open-source-saver/jwt-auth": "^2.1"
"psr/http-message": "1.1",
"arcanedev/log-viewer": "8.1.0",
"larapack/doctrine-support": "0.1.9",
"darkaonline/l5-swagger": "8.5",
"symfony/var-exporter": "5.4.21",
"phpstan/phpstan": "1.10.15",
"spatie/laravel-backup": "7.8",
"unisharp/laravel-filemanager": "2.6",
"spatie/laravel-activitylog": "4.7.1",
"php-open-source-saver/jwt-auth": "2.1.0",
"google/apiclient": "2.13.2",
"spatie/flysystem-dropbox": "1.2.3",
"masbug/flysystem-google-drive-ext": "1.3.2",
"laravel/octane": "1.5.5",
"laravel/sanctum": "2.15.1",
"laravel/tinker": "2.8.1",
"laravel/ui": "3.4.6",
"webpatser/laravel-uuid": "4.0.1",
"predis/predis": "2.1.2",
"guzzlehttp/guzzle": "7.5.1",
"zircote/swagger-php": "4.7.10",
"doctrine/dbal": "2.13.9",
"league/flysystem-aws-s3-v3": "1.0.29",
"league/flysystem": "1.1.10"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
12 changes: 6 additions & 6 deletions src/Config/backup.php
Expand Up @@ -98,12 +98,12 @@
*/
'notifications' => [
'notifications' => [
\Spatie\Backup\Notifications\Notifications\BackupHasFailed::class => ['mail'],
\Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFound::class => ['mail'],
\Spatie\Backup\Notifications\Notifications\CleanupHasFailed::class => ['mail'],
\Spatie\Backup\Notifications\Notifications\BackupWasSuccessful::class => ['mail'],
\Spatie\Backup\Notifications\Notifications\HealthyBackupWasFound::class => ['mail'],
\Spatie\Backup\Notifications\Notifications\CleanupWasSuccessful::class => ['mail'],
\Spatie\Backup\Notifications\Notifications\BackupHasFailedNotification::class => ['mail'],
\Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFoundNotification::class => ['mail'],
\Spatie\Backup\Notifications\Notifications\CleanupHasFailedNotification::class => ['mail'],
\Spatie\Backup\Notifications\Notifications\BackupWasSuccessfulNotification::class => ['mail'],
\Spatie\Backup\Notifications\Notifications\HealthyBackupWasFoundNotification::class => ['mail'],
\Spatie\Backup\Notifications\Notifications\CleanupWasSuccessfulNotification::class => ['mail'],
],

/*
Expand Down

0 comments on commit 3ff74d1

Please sign in to comment.