Skip to content

Commit 5efbd64

Browse files
committed
$ composer update
$ composer require thecodingmachine/safe $ composer require --dev thecodingmachine/phpstan-safe-rule phan/phan $ composer remove jetbrains/phpstorm-attributes @ be
1 parent ad5e6ee commit 5efbd64

File tree

2 files changed

+596
-323
lines changed

2 files changed

+596
-323
lines changed

be/composer.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,32 @@
44
"type": "project",
55
"require": {
66
"php": "^8.3",
7-
"google/protobuf": "^4.28.1",
7+
"google/protobuf": "^4.28.2",
88
"google/recaptcha": "^1.3.0",
99
"laravel/framework": "^11.23.5",
1010
"spatie/laravel-collection-macros": "^7.14.1",
11-
"spatie/regex": "^3.1.1"
11+
"spatie/regex": "^3.1.1",
12+
"thecodingmachine/safe": "^2.5"
1213
},
1314
"require-dev": {
14-
"barryvdh/laravel-debugbar": "^3.13.5",
15+
"barryvdh/laravel-debugbar": "^3.14.0",
1516
"barryvdh/laravel-ide-helper": "^3.1.0",
1617
"friendsofphp/php-cs-fixer": "^3.64.0",
1718
"infection/infection": "^0.27.11",
18-
"jetbrains/phpstorm-attributes": "^1.1",
1919
"larastan/larastan": "^2.9.8",
2020
"laravel/pint": "^1.17.3",
2121
"nunomaduro/collision": "^8.4.0",
22+
"phan/phan": "^5.4.5",
2223
"phpmd/phpmd": "^2.15.0",
2324
"phpstan/extension-installer": "^1.4.3",
2425
"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",
2728
"psalm/plugin-laravel": "^2.11.0",
2829
"roave/security-advisories": "dev-latest",
2930
"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",
3133
"vimeo/psalm": "^5.26.1"
3234
},
3335
"autoload": {

0 commit comments

Comments
 (0)