Skip to content

Commit d71000f

Browse files
Laravel 11.34.2 Shift (alexjustesen#1853)
* Bump Laravel version constraint * composer update * updated composer dependencies --------- Co-authored-by: Shift <[email protected]>
1 parent 4dae4c8 commit d71000f

File tree

5 files changed

+116
-114
lines changed

5 files changed

+116
-114
lines changed

_ide_helper.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/**
77
* A helper file for Laravel, to provide autocomplete information to your IDE
8-
* Generated for Laravel 11.34.1.
8+
* Generated for Laravel 11.34.2.
99
*
1010
* This file should not be included in your code, only analyzed by your IDE!
1111
*
@@ -14584,6 +14584,8 @@
1458414584
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes runInBackground()
1458514585
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes when(\Closure|bool $callback)
1458614586
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes skip(\Closure|bool $callback)
14587+
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes name(string $description)
14588+
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes description(string $description)
1458714589
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes cron(string $expression)
1458814590
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes between(string $startTime, string $endTime)
1458914591
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes unlessBetween(string $startTime, string $endTime)

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"awcodes/filament-versions": "^2.0.1",
1919
"chrisullyott/php-filesize": "^4.2.1",
2020
"dragonmantank/cron-expression": "^3.4.0",
21-
"filament/filament": "^3.2.124",
22-
"filament/spatie-laravel-settings-plugin": "^3.2.124",
21+
"filament/filament": "^3.2.125",
22+
"filament/spatie-laravel-settings-plugin": "^3.2.125",
2323
"geerlingguy/ping": "^1.2.1",
2424
"guzzlehttp/guzzle": "^7.9.2",
2525
"influxdata/influxdb-client-php": "^3.6",
2626
"laravel-notification-channels/telegram": "^5.0",
27-
"laravel/framework": "^11.34.1",
27+
"laravel/framework": "^11.34.2",
2828
"laravel/prompts": "^0.3.2",
2929
"laravel/sanctum": "^4.0.5",
3030
"laravel/tinker": "^2.10.0",
@@ -39,11 +39,11 @@
3939
"barryvdh/laravel-ide-helper": "^3.2.2",
4040
"fakerphp/faker": "^1.24.1",
4141
"laravel/pint": "^1.18.3",
42-
"laravel/sail": "^1.39.0",
42+
"laravel/sail": "^1.39.1",
4343
"laravel/telescope": "^5.2.6",
4444
"mockery/mockery": "^1.6.12",
4545
"nunomaduro/collision": "^8.5.0",
46-
"phpunit/phpunit": "^11.4.3",
46+
"phpunit/phpunit": "^11.4.4",
4747
"spatie/laravel-ignition": "^2.8.0",
4848
"tightenco/duster": "^3.0.3"
4949
},

0 commit comments

Comments
 (0)