Skip to content

Commit

Permalink
build(deps): add robsontenorio mary
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaiyuxin103 committed Nov 4, 2024
1 parent a27e30a commit 4fd0384
Show file tree
Hide file tree
Showing 7 changed files with 455 additions and 31 deletions.
55 changes: 33 additions & 22 deletions .phpstorm.meta.php

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions _ide_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -18971,6 +18971,15 @@
{
/** @var \Livewire\LivewireManager $instance */
return $instance->withHeaders($headers);
}
/**
*
*
* @static
*/ public static function withoutLazyLoading()
{
/** @var \Livewire\LivewireManager $instance */
return $instance->withoutLazyLoading();
}
/**
*
Expand Down Expand Up @@ -19337,6 +19346,22 @@
}
}

namespace Mary\Facades {
/**
*
*
*/ class Mary {
/**
*
*
* @static
*/ public static function hello()
{
return \Mary\Mary::hello();
}
}
}

namespace Sentry\Laravel {
/**
*
Expand Down Expand Up @@ -26715,6 +26740,7 @@ class Feature extends \Laravel\Pennant\Feature {}
class Pulse extends \Laravel\Pulse\Facades\Pulse {}
class Livewire extends \Livewire\Livewire {}
class LogViewer extends \Opcodes\LogViewer\Facades\LogViewer {}
class Mary extends \Mary\Facades\Mary {}
class Sentry extends \Sentry\Laravel\Facade {}
class Flare extends \Spatie\LaravelIgnition\Facades\Flare {}
}
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@
"laravel/sanctum": "^4.0",
"laravel/telescope": "^5.0",
"laravel/tinker": "^2.9",
"livewire/livewire": "^3.0",
"livewire/livewire": "^3.5",
"opcodesio/log-viewer": "^3.10",
"overtrue/laravel-query-logger": "^3.2",
"propaganistas/laravel-phone": "^5.3",
"robsontenorio/mary": "^1.41",
"sentry/sentry-laravel": "^4.9",
"spiral/roadrunner-cli": "^2.6.0",
"spiral/roadrunner-http": "^3.3.0",
Expand Down
Loading

0 comments on commit 4fd0384

Please sign in to comment.