Skip to content

Commit

Permalink
20240502 bump (#612)
Browse files Browse the repository at this point in the history
* pnpm bump

* composer bump
  • Loading branch information
vincentauger authored May 2, 2024
1 parent cc739ff commit e562c8a
Show file tree
Hide file tree
Showing 5 changed files with 545 additions and 579 deletions.
15 changes: 12 additions & 3 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.5.0.
* Generated for Laravel 11.6.0.
*
* This file should not be included in your code, only analyzed by your IDE!
*
Expand Down Expand Up @@ -18254,10 +18254,19 @@
*
*
* @static
*/ public static function report($throwable, $callback = null, $report = null)
*/ public static function report($throwable, $callback = null, $report = null, $handled = null)
{
/** @var \Spatie\FlareClient\Flare $instance */
return $instance->report($throwable, $callback, $report);
return $instance->report($throwable, $callback, $report, $handled);
}
/**
*
*
* @static
*/ public static function reportHandled($throwable)
{
/** @var \Spatie\FlareClient\Flare $instance */
return $instance->reportHandled($throwable);
}
/**
*
Expand Down
70 changes: 35 additions & 35 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,48 @@
"license": "MIT",
"require": {
"php": "^8.3",
"cerbero/json-parser": "^1.0",
"cmixin/business-day": "^1.18",
"guzzlehttp/guzzle": "^7.5",
"laracasts/cypress": "^3.0",
"laravel/framework": "^11.0",
"laravel/horizon": "^5.15",
"laravel/pail": "^1.1",
"laravel/prompts": "^0.1.11",
"laravel/sanctum": "^4.0",
"laravel/telescope": "^5.0.0",
"laravel/tinker": "^2.8.0",
"league/flysystem-aws-s3-v3": "^3.0",
"cerbero/json-parser": "^1.1",
"cmixin/business-day": "^1.18.2",
"guzzlehttp/guzzle": "^7.8.1",
"laracasts/cypress": "^3.0.2",
"laravel/framework": "^11.6",
"laravel/horizon": "^5.24.3",
"laravel/pail": "^1.1.2",
"laravel/prompts": "^0.1.21",
"laravel/sanctum": "^4.0.2",
"laravel/telescope": "^5.0.4",
"laravel/tinker": "^2.9.0",
"league/flysystem-aws-s3-v3": "^3.27",
"openai-php/laravel": "^0.8.1",
"predis/predis": "^2.1.1",
"predis/predis": "^2.2.2",
"rappasoft/laravel-authentication-log": "^4.0",
"saloonphp/laravel-plugin": "^3.5",
"saloonphp/saloon": "^3.7",
"spatie/laravel-backup": "^8.1",
"spatie/laravel-medialibrary": "^11.4.6",
"spatie/laravel-permission": "^6.0",
"spatie/laravel-query-builder": "^5.1.1",
"spatie/laravel-ray": "^1.32",
"spatie/simple-excel": "^3.1",
"staudenmeir/laravel-adjacency-list": "^1.0",
"symfony/http-client": "^7.0",
"symfony/mailgun-mailer": "^7.0",
"torann/geoip": "^3.0.4"
"saloonphp/saloon": "^3.8.1",
"spatie/laravel-backup": "^8.8",
"spatie/laravel-medialibrary": "^11.4.7",
"spatie/laravel-permission": "^6.7",
"spatie/laravel-query-builder": "^5.8.0",
"spatie/laravel-ray": "^1.36.2",
"spatie/simple-excel": "^3.6",
"staudenmeir/laravel-adjacency-list": "^1.22",
"symfony/http-client": "^7.0.7",
"symfony/mailgun-mailer": "^7.0.7",
"torann/geoip": "^3.0.7"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^3.0.0",
"enlightn/enlightn": "^2.10",
"fakerphp/faker": "^1.21",
"larastan/larastan": "^2.0",
"laravel/breeze": "^2.0",
"laravel/pint": "^1.4.0",
"laravel/sail": "^1.18.1",
"mockery/mockery": "^1.5.1",
"nunomaduro/collision": "^8.1",
"orangehill/iseed": "^3.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"spatie/laravel-ignition": "^2.0"
"fakerphp/faker": "^1.23.1",
"larastan/larastan": "^2.9.5",
"laravel/breeze": "^2.0.3",
"laravel/pint": "^1.15.3",
"laravel/sail": "^1.29.1",
"mockery/mockery": "^1.6.11",
"nunomaduro/collision": "^8.1.1",
"orangehill/iseed": "^3.0.4",
"pestphp/pest": "^2.34.7",
"pestphp/pest-plugin-laravel": "^2.4",
"spatie/laravel-ignition": "^2.7.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit e562c8a

Please sign in to comment.