|
5 | 5 | "require": {
|
6 | 6 | "php": "^8.3",
|
7 | 7 | "guzzlehttp/guzzle": "^7.8.1",
|
8 |
| - "laravel/framework": "^10.39.0", |
| 8 | + "laravel/framework": "^10.41.0", |
9 | 9 | "laravel/sanctum": "^3.3.3",
|
10 |
| - "laravel/tinker": "^2.8.2", |
11 |
| - "google/protobuf": "^3.25.1", |
| 10 | + "laravel/tinker": "^2.9.0", |
| 11 | + "google/protobuf": "^3.25.2", |
12 | 12 | "google/recaptcha": "^1.3.0",
|
13 | 13 | "hedronium/spaceless-blade": "^3.0.0",
|
14 | 14 | "predis/predis": "^2.2.2",
|
15 | 15 | "spatie/regex": "^3.1.1"
|
16 | 16 | },
|
17 | 17 | "require-dev": {
|
18 |
| - "fakerphp/faker": "^1.23.0", |
19 |
| - "laravel/pint": "^1.13.7", |
| 18 | + "fakerphp/faker": "^1.23.1", |
| 19 | + "laravel/pint": "^1.13.9", |
20 | 20 | "mockery/mockery": "^1.6.7",
|
21 | 21 | "nunomaduro/collision": "^7.10.0",
|
22 |
| - "phpunit/phpunit": "^10.5.5", |
23 |
| - "spatie/laravel-ignition": "^2.3.3", |
| 22 | + "phpunit/phpunit": "^10.5.7", |
| 23 | + "spatie/laravel-ignition": "^2.4.1", |
24 | 24 | "barryvdh/laravel-debugbar": "^3.9.2",
|
25 | 25 | "barryvdh/laravel-ide-helper": "^2.13.0",
|
26 | 26 | "jetbrains/phpstorm-attributes": "^1.0",
|
27 |
| - "friendsofphp/php-cs-fixer": "^3.44.0", |
28 |
| - "squizlabs/php_codesniffer": "^3.8.0", |
| 27 | + "friendsofphp/php-cs-fixer": "^3.47.1", |
| 28 | + "squizlabs/php_codesniffer": "^3.8.1", |
29 | 29 | "phpmd/phpmd": "^2.15.0",
|
30 |
| - "larastan/larastan": "^2.7.0", |
| 30 | + "larastan/larastan": "^2.8.1", |
31 | 31 | "phpstan/extension-installer": "^1.3.1",
|
32 | 32 | "phpstan/phpstan-deprecation-rules": "^1.1.4",
|
33 | 33 | "phpstan/phpstan-strict-rules": "^1.5.2",
|
34 |
| - "vimeo/psalm": "^5.18.0", |
| 34 | + "vimeo/psalm": "^5.19.1", |
35 | 35 | "psalm/plugin-laravel": "^2.8.0",
|
36 | 36 | "roave/security-advisories": "dev-latest"
|
37 | 37 | },
|
|
0 commit comments