|
48 | 48 | "require": {
|
49 | 49 | "php": "^8.3",
|
50 | 50 | "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", |
54 | 54 | "monolog/monolog": "*",
|
55 | 55 | "symfony/var-dumper": "*"
|
56 | 56 | },
|
57 | 57 | "require-dev": {
|
58 |
| - "illuminate/contracts": "^12", |
59 |
| - "illuminate/database": "^12", |
| 58 | + "illuminate/contracts": "^12.25.0", |
| 59 | + "illuminate/database": "^12.25.0", |
60 | 60 | "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", |
64 | 64 | "matchory/laravel-server-timing": "^1.3.0",
|
65 | 65 | "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" |
69 | 69 | },
|
70 | 70 | "prefer-stable": true,
|
71 | 71 | "extra": {
|
|
0 commit comments