|
4 | 4 | "type": "project",
|
5 | 5 | "require": {
|
6 | 6 | "php": "^8.3",
|
7 |
| - "google/protobuf": "^4.28.1", |
| 7 | + "google/protobuf": "^4.28.2", |
8 | 8 | "google/recaptcha": "^1.3.0",
|
9 | 9 | "laravel/framework": "^11.23.5",
|
10 | 10 | "spatie/laravel-collection-macros": "^7.14.1",
|
11 |
| - "spatie/regex": "^3.1.1" |
| 11 | + "spatie/regex": "^3.1.1", |
| 12 | + "thecodingmachine/safe": "^2.5" |
12 | 13 | },
|
13 | 14 | "require-dev": {
|
14 |
| - "barryvdh/laravel-debugbar": "^3.13.5", |
| 15 | + "barryvdh/laravel-debugbar": "^3.14.0", |
15 | 16 | "barryvdh/laravel-ide-helper": "^3.1.0",
|
16 | 17 | "friendsofphp/php-cs-fixer": "^3.64.0",
|
17 | 18 | "infection/infection": "^0.27.11",
|
18 |
| - "jetbrains/phpstorm-attributes": "^1.1", |
19 | 19 | "larastan/larastan": "^2.9.8",
|
20 | 20 | "laravel/pint": "^1.17.3",
|
21 | 21 | "nunomaduro/collision": "^8.4.0",
|
| 22 | + "phan/phan": "^5.4.5", |
22 | 23 | "phpmd/phpmd": "^2.15.0",
|
23 | 24 | "phpstan/extension-installer": "^1.4.3",
|
24 | 25 | "phpstan/phpstan-deprecation-rules": "^1.2.1",
|
25 |
| - "phpstan/phpstan-strict-rules": "^1.6.0", |
26 |
| - "phpunit/phpunit": "^10.5.34", |
| 26 | + "phpstan/phpstan-strict-rules": "^1.6.1", |
| 27 | + "phpunit/phpunit": "^10.5.35", |
27 | 28 | "psalm/plugin-laravel": "^2.11.0",
|
28 | 29 | "roave/security-advisories": "dev-latest",
|
29 | 30 | "spatie/laravel-ignition": "^2.8.0",
|
30 |
| - "squizlabs/php_codesniffer": "^3.10.2", |
| 31 | + "squizlabs/php_codesniffer": "^3.10.3", |
| 32 | + "thecodingmachine/phpstan-safe-rule": "^1.2", |
31 | 33 | "vimeo/psalm": "^5.26.1"
|
32 | 34 | },
|
33 | 35 | "autoload": {
|
|
0 commit comments