Skip to content

Commit 57c6ab4

Browse files
committed
Update dependencies and refactor model methods for improved compatibility with Laravel 12
1 parent f5c9768 commit 57c6ab4

File tree

3 files changed

+895
-744
lines changed

3 files changed

+895
-744
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,24 @@
4848
"require": {
4949
"php": "^8.3",
5050
"ext-json": "*",
51-
"elasticsearch/elasticsearch": "^7.17.2",
52-
"illuminate/pagination": "^12",
53-
"illuminate/support": "^12",
51+
"elasticsearch/elasticsearch": "^7.17.3",
52+
"illuminate/pagination": "^12.25.0",
53+
"illuminate/support": "^12.25.0",
5454
"monolog/monolog": "*",
5555
"symfony/var-dumper": "*"
5656
},
5757
"require-dev": {
58-
"illuminate/contracts": "^12",
59-
"illuminate/database": "^12",
58+
"illuminate/contracts": "^12.25.0",
59+
"illuminate/database": "^12.25.0",
6060
"jetbrains/phpstorm-attributes": "^1.2.0",
61-
"laravel/framework": "^12",
62-
"laravel/pint": "^1.22.0",
63-
"laravel/scout": "^10.14.1",
61+
"laravel/framework": "^12.25.0",
62+
"laravel/pint": "^1.24.0",
63+
"laravel/scout": "^10.18.0",
6464
"matchory/laravel-server-timing": "^1.3.0",
6565
"orchestra/testbench": "*",
66-
"phpstan/phpstan": "^2.1.14",
67-
"phpunit/phpunit": "^11.5.9",
68-
"sentry/sentry-laravel": "^3.8.2|^4.13.0"
66+
"phpstan/phpstan": "^2.1.22",
67+
"phpunit/phpunit": "^11.5.34",
68+
"sentry/sentry-laravel": "^3.8.2|^4.15.1"
6969
},
7070
"prefer-stable": true,
7171
"extra": {

0 commit comments

Comments
 (0)