Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 11.34.2 Shift #1853

Merged
merged 3 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _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.34.1.
* Generated for Laravel 11.34.2.
*
* This file should not be included in your code, only analyzed by your IDE!
*
Expand Down Expand Up @@ -14584,6 +14584,8 @@
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes runInBackground()
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes when(\Closure|bool $callback)
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes skip(\Closure|bool $callback)
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes name(string $description)
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes description(string $description)
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes cron(string $expression)
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes between(string $startTime, string $endTime)
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes unlessBetween(string $startTime, string $endTime)
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"awcodes/filament-versions": "^2.0.1",
"chrisullyott/php-filesize": "^4.2.1",
"dragonmantank/cron-expression": "^3.4.0",
"filament/filament": "^3.2.124",
"filament/spatie-laravel-settings-plugin": "^3.2.124",
"filament/filament": "^3.2.125",
"filament/spatie-laravel-settings-plugin": "^3.2.125",
"geerlingguy/ping": "^1.2.1",
"guzzlehttp/guzzle": "^7.9.2",
"influxdata/influxdb-client-php": "^3.6",
"laravel-notification-channels/telegram": "^5.0",
"laravel/framework": "^11.34.1",
"laravel/framework": "^11.34.2",
"laravel/prompts": "^0.3.2",
"laravel/sanctum": "^4.0.5",
"laravel/tinker": "^2.10.0",
Expand All @@ -39,11 +39,11 @@
"barryvdh/laravel-ide-helper": "^3.2.2",
"fakerphp/faker": "^1.24.1",
"laravel/pint": "^1.18.3",
"laravel/sail": "^1.39.0",
"laravel/sail": "^1.39.1",
"laravel/telescope": "^5.2.6",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^8.5.0",
"phpunit/phpunit": "^11.4.3",
"phpunit/phpunit": "^11.4.4",
"spatie/laravel-ignition": "^2.8.0",
"tightenco/duster": "^3.0.3"
},
Expand Down
Loading