upgraded all dependencies to latest releases

This commit is contained in:
Ronald A. Richardson
2023-12-25 15:03:04 +08:00
parent e4f64021d7
commit eabd83c8ad
21 changed files with 3743 additions and 2934 deletions

View File

@@ -9,9 +9,9 @@
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"fleetbase/core-api": "^1.3.2",
"fleetbase/fleetops-api": "^0.3.5",
"fleetbase/storefront-api": "^0.2.4",
"fleetbase/core-api": "^1.3.3",
"fleetbase/fleetops-api": "^0.3.6",
"fleetbase/storefront-api": "^0.2.5",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.75",

540
api/composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -32,7 +32,7 @@ return [
'local' => [
'driver' => 'local',
'root' => storage_path('app'),
'root' => storage_path('app')
],
'public' => [
@@ -73,8 +73,7 @@ return [
*/
'links' => [
public_path('storage') => storage_path('app/public'),
public_path('uploads') => storage_path('app/uploads'),
public_path('storage') => storage_path('app/public')
],
];

View File

@@ -60,6 +60,10 @@ return [
'transport' => 'postmark',
],
'sendgrid' => [
'transport' => 'sendgrid',
],
'sendmail' => [
'transport' => 'sendmail',
'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -t -i'),

View File

@@ -30,4 +30,8 @@ return [
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
],
'sendgrid' => [
'api_key' => env('SENDGRID_API_KEY'),
],
];

View File

@@ -1 +0,0 @@
/var/www/html/api/storage/app/uploads