Skip to content

Commit

Permalink
bump dependencies (#683)
Browse files Browse the repository at this point in the history
* bump dependencies
* add test email to all ci env files for spatie-backup
  • Loading branch information
vincentauger authored Jul 5, 2024
1 parent 3eb6c41 commit ebd20d9
Show file tree
Hide file tree
Showing 10 changed files with 3,281 additions and 2,420 deletions.
6 changes: 5 additions & 1 deletion .env.ci
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ VITE_IDLE_TIMER_MIN=30
ORCID_REDIRECT_URI="${FRONTEND_URL}/#/auth/orcid-callback?"
ORCID_CLIENT_ID=""

MEDIA_DISK=media
MEDIA_DISK=media

# BACKUP
BACKUP_ARCHIVE_PASSWORD=supersecret
BACKUP_MAIL_TO_ADDRESS=[email protected]
4 changes: 2 additions & 2 deletions .env.cypress
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ MEDIA_DISK=media

# BACKUP
BACKUP_TO_DO_SPACES=false
BACKUP_ARCHIVE_PASSWORD=
BACKUP_MAIL_TO_ADDRESS=
BACKUP_ARCHIVE_PASSWORD=supersecret
BACKUP_MAIL_TO_ADDRESS=[email protected]


PUSHER_APP_ID=
Expand Down
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ MEDIA_DISK=media

# BACKUP
BACKUP_TO_DO_SPACES=false
BACKUP_ARCHIVE_PASSWORD=
BACKUP_MAIL_TO_ADDRESS=
BACKUP_ARCHIVE_PASSWORD=supersecret
BACKUP_MAIL_TO_ADDRESS=[email protected]

PUSHER_APP_ID=
PUSHER_APP_KEY=
Expand Down
33 changes: 22 additions & 11 deletions .phpstorm.meta.php

Large diffs are not rendered by default.

46 changes: 40 additions & 6 deletions _ide_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* A helper file for Laravel, to provide autocomplete information to your IDE
* Generated for Laravel 11.10.0.
* Generated for Laravel 11.14.0.
*
* This file should not be included in your code, only analyzed by your IDE!
*
Expand Down Expand Up @@ -1013,6 +1013,18 @@
{ //Method inherited from \Illuminate\Container\Container
/** @var \Illuminate\Foundation\Application $instance */
return $instance->when($concrete);
}
/**
* Define a contextual binding based on an attribute.
*
* @param string $attribute
* @param \Closure $handler
* @return void
* @static
*/ public static function whenHasAttribute($attribute, $handler)
{ //Method inherited from \Illuminate\Container\Container
/** @var \Illuminate\Foundation\Application $instance */
$instance->whenHasAttribute($attribute, $handler);
}
/**
* Returns true if the container can return an entry for the given identifier.
Expand Down Expand Up @@ -1385,6 +1397,18 @@
{ //Method inherited from \Illuminate\Container\Container
/** @var \Illuminate\Foundation\Application $instance */
$instance->afterResolving($abstract, $callback);
}
/**
* Register a new after resolving attribute callback for all types.
*
* @param string $attribute
* @param \Closure $callback
* @return void
* @static
*/ public static function afterResolvingAttribute($attribute, $callback)
{ //Method inherited from \Illuminate\Container\Container
/** @var \Illuminate\Foundation\Application $instance */
$instance->afterResolvingAttribute($attribute, $callback);
}
/**
* Get the container's bindings.
Expand Down Expand Up @@ -4007,7 +4031,7 @@
/**
* Get the event dispatcher instance.
*
* @return \Illuminate\Contracts\Events\Dispatcher
* @return \Illuminate\Contracts\Events\Dispatcher|null
* @static
*/ public static function getEventDispatcher()
{
Expand Down Expand Up @@ -15149,6 +15173,16 @@
{
/** @var \Illuminate\Session\Store $instance */
$instance->setName($name);
}
/**
* Get the current session ID.
*
* @return string
* @static
*/ public static function id()
{
/** @var \Illuminate\Session\Store $instance */
return $instance->id();
}
/**
* Get the current session ID.
Expand Down Expand Up @@ -18903,10 +18937,10 @@
*
*
* @static
*/ public static function withStackFrameArguments($withStackFrameArguments = true)
*/ public static function withStackFrameArguments($withStackFrameArguments = true, $forcePHPIniSetting = false)
{
/** @var \Spatie\FlareClient\Flare $instance */
return $instance->withStackFrameArguments($withStackFrameArguments);
return $instance->withStackFrameArguments($withStackFrameArguments, $forcePHPIniSetting);
}
/**
*
Expand Down Expand Up @@ -20660,7 +20694,7 @@ class Eloquent extends \Illuminate\Database\Eloquent\Model {
/**
* Pass the query to a given callback.
*
* @param callable $callback
* @param \Illuminate\Database\Eloquent\callable($this): mixed $callback
* @return \Illuminate\Database\Eloquent\Builder|static
* @static
*/ public static function tap($callback)
Expand Down Expand Up @@ -21243,7 +21277,7 @@ class Eloquent extends \Illuminate\Database\Eloquent\Model {
/**
* Set the table which the query is targeting.
*
* @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|string $table
* @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|\Illuminate\Contracts\Database\Query\Expression|string $table
* @param string|null $as
* @return \Illuminate\Database\Query\Builder
* @static
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"laravel/telescope": "^5.0.4",
"laravel/tinker": "^2.9.0",
"league/flysystem-aws-s3-v3": "^3.27",
"openai-php/laravel": "^0.8.1",
"openai-php/laravel": "^0.10.1",
"predis/predis": "^2.2.2",
"rappasoft/laravel-authentication-log": "^4.0",
"saloonphp/laravel-plugin": "^3.5",
"saloonphp/saloon": "^3.8.1",
"spatie/laravel-backup": "^8.8",
"spatie/laravel-backup": "^9.0",
"spatie/laravel-health": "^1.29",
"spatie/laravel-medialibrary": "^11.4.7",
"spatie/laravel-permission": "^6.7",
"spatie/laravel-query-builder": "^5.8.0",
"spatie/laravel-query-builder": "^6.0",
"spatie/laravel-ray": "^1.36.2",
"spatie/simple-excel": "^3.6",
"staudenmeir/laravel-adjacency-list": "^1.22",
Expand Down
Loading

0 comments on commit ebd20d9

Please sign in to comment.