Skip to content

Commit 2bd070a

Browse files
committed
chore(deps): LAR-370 migrate laravel 11->12
1 parent 3ffccc5 commit 2bd070a

File tree

3 files changed

+244
-245
lines changed

3 files changed

+244
-245
lines changed

composer.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@
1313
"ext-json": "*",
1414
"archtechx/laravel-seo": "^0.10",
1515
"awcodes/filament-badgeable-column": "^2.3",
16-
"barryvdh/laravel-debugbar": "^3.14",
17-
"blade-ui-kit/blade-heroicons": "^2.4",
18-
"codeat3/blade-phosphor-icons": "^2.0",
16+
"barryvdh/laravel-debugbar": "^3.15",
17+
"blade-ui-kit/blade-heroicons": "^2.6",
18+
"codeat3/blade-phosphor-icons": "^2.3",
1919
"cyrildewit/eloquent-viewable": "^7.0",
20-
"doctrine/dbal": "^4.2.1",
20+
"doctrine/dbal": "^4.2.3",
2121
"dutchcodingcompany/livewire-recaptcha": "^1.0",
2222
"filament/filament": "^3.2",
23-
"filament/spatie-laravel-media-library-plugin": "^3.2",
23+
"filament/spatie-laravel-media-library-plugin": "^3.3",
2424
"filament/spatie-laravel-translatable-plugin": "^3.2",
25-
"flowframe/laravel-trend": "^0.3.0",
26-
"gehrisandro/tailwind-merge-laravel": "^1.2",
27-
"graham-campbell/markdown": "^15.2",
25+
"flowframe/laravel-trend": "^0.4.0",
26+
"gehrisandro/tailwind-merge-laravel": "^1.3.0",
27+
"graham-campbell/markdown": "^16.0",
2828
"guzzlehttp/guzzle": "^7.7.0",
2929
"internachi/modular": "^2.3",
3030
"jenssegers/agent": "^2.6.4",
31-
"laravel-notification-channels/telegram": "^5.0",
31+
"laravel-notification-channels/telegram": "^6.0",
3232
"laravel-notification-channels/twitter": "^8.1",
33-
"laravel/framework": "^11.0",
33+
"laravel/framework": "^12.0",
3434
"laravel/sanctum": "^4.0",
35-
"laravel/socialite": "^5.6.3",
35+
"laravel/socialite": "^5.19.0",
3636
"laravel/tinker": "^2.8.1",
3737
"laravelcm/gamify": "*",
3838
"laravelcm/laravel-subscriptions": "^1.3",
@@ -41,34 +41,34 @@
4141
"mckenziearts/blade-untitledui-icons": "^1.4",
4242
"notchpay/notchpay-php": "^1.6",
4343
"ramsey/uuid": "^4.7.4",
44-
"sentry/sentry-laravel": "^4.10",
45-
"spatie/laravel-data": "^4.10",
44+
"sentry/sentry-laravel": "^4.13",
45+
"spatie/laravel-data": "^4.14",
4646
"spatie/laravel-feed": "^4.2.1",
47-
"spatie/laravel-google-fonts": "^1.2.3",
48-
"spatie/laravel-permission": "^6.10.0",
47+
"spatie/laravel-google-fonts": "^1.4",
48+
"spatie/laravel-permission": "^6.16.0",
4949
"spatie/laravel-sitemap": "^7.3",
50-
"stevebauman/location": "^7.4.0",
51-
"symfony/http-client": "^7.1.8",
50+
"stevebauman/location": "^7.5.0",
51+
"symfony/http-client": "^7.2",
5252
"symfony/mailgun-mailer": "^7.1",
5353
"torchlight/torchlight-laravel": "^0.6",
54-
"vormkracht10/filament-mails": "^2.0",
54+
"vormkracht10/filament-mails": "^2.3",
5555
"wire-elements/modal": "^2.0",
5656
"wire-elements/spotlight": "^2.0",
5757
"yarri/link-finder": "^2.7.10",
5858
"ysfkaya/filament-phone-input": "^3.1"
5959
},
6060
"require-dev": {
6161
"fakerphp/faker": "^1.23.0",
62-
"larastan/larastan": "^3.0",
62+
"larastan/larastan": "^3.3",
6363
"laravel/breeze": "^2.0",
64-
"laravel/pint": "^1.18",
64+
"laravel/pint": "^1.21",
6565
"mockery/mockery": "^1.6.2",
6666
"nunomaduro/collision": "^8.1",
6767
"pestphp/pest": "^3.8",
6868
"pestphp/pest-plugin-laravel": "^3.0",
6969
"pestphp/pest-plugin-livewire": "^3.0",
7070
"phpunit/phpunit": "^11.0",
71-
"spatie/laravel-ignition": "^2.0",
71+
"spatie/laravel-ignition": "^2.9",
7272
"spatie/test-time": "^1.3.2"
7373
},
7474
"autoload": {

0 commit comments

Comments
 (0)