Skip to content

Commit 24bef91

Browse files
committed
upgrade to laravel 12
1 parent 46a331e commit 24bef91

29 files changed

+2558
-3197
lines changed

app/Providers/Filament/AdminPanelProvider.php

-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
use LaraZeus\DynamicDashboard\DynamicDashboardPlugin;
2424
use LaraZeus\Sky\SkyPlugin;
2525
use LaraZeus\Wind\WindPlugin;
26-
use Swis\Filament\Backgrounds\FilamentBackgroundsPlugin;
2726

2827
class AdminPanelProvider extends PanelProvider
2928
{
@@ -99,7 +98,6 @@ public function plugins(): array
9998
->defaultLocales([config('app.locale')]),
10099

101100
FilamentShieldPlugin::make(),
102-
FilamentBackgroundsPlugin::make(),
103101
];
104102
}
105103
}

composer.json

+9-13
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,28 @@
1010
],
1111
"license": "MIT",
1212
"require": {
13-
"php": "^8.1",
13+
"php": "^8.2",
1414
"ext-json": "*",
1515
"ext-pdo_sqlite": "*",
16-
"bezhansalleh/filament-shield": "^3.0",
17-
"guzzlehttp/guzzle": "^7.2",
16+
"bezhansalleh/filament-shield": "^3.3",
17+
"guzzlehttp/guzzle": "^7.9",
1818
"lara-zeus/artemis": "^1.0",
1919
"lara-zeus/bolt": "^3.0",
2020
"lara-zeus/dynamic-dashboard": "^3.0",
2121
"lara-zeus/sky": "^3.4",
2222
"lara-zeus/wind": "^3.2",
23-
"laravel/framework": "^11.9",
23+
"laravel/framework": "^12.9",
2424
"laravel/sanctum": "^4.0",
25-
"swisnl/filament-backgrounds": "^1.1",
2625
"laravel/tinker": "^2.9"
2726
},
2827
"require-dev": {
2928
"fakerphp/faker": "^1.23",
29+
"laravel/pail": "^1.2.2",
3030
"laravel/pint": "^1.13",
31-
"laravel/sail": "^1.26",
31+
"laravel/sail": "^1.41",
3232
"mockery/mockery": "^1.6",
33-
"nunomaduro/collision": "^8.1",
34-
"phpunit/phpunit": "^11.0.1",
35-
"laravel/breeze": "^2.2",
36-
"larastan/larastan": "^2.0",
37-
"pestphp/pest": "^3.1",
38-
"pestphp/pest-plugin-laravel": "^3.0"
33+
"nunomaduro/collision": "^8.6",
34+
"phpunit/phpunit": "^11.5.3"
3935
},
4036
"autoload": {
4137
"psr-4": {
@@ -79,6 +75,6 @@
7975
"php-http/discovery": true
8076
}
8177
},
82-
"minimum-stability": "stable",
78+
"minimum-stability": "dev",
8379
"prefer-stable": true
8480
}

0 commit comments

Comments
 (0)