Skip to content

Commit

Permalink
$ composer update
Browse files Browse the repository at this point in the history
$ composer require thecodingmachine/safe
$ composer require --dev thecodingmachine/phpstan-safe-rule phan/phan
$ composer remove jetbrains/phpstorm-attributes
@ be
  • Loading branch information
n0099 committed Sep 24, 2024
1 parent ad5e6ee commit 5efbd64
Show file tree
Hide file tree
Showing 2 changed files with 596 additions and 323 deletions.
16 changes: 9 additions & 7 deletions be/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,32 @@
"type": "project",
"require": {
"php": "^8.3",
"google/protobuf": "^4.28.1",
"google/protobuf": "^4.28.2",
"google/recaptcha": "^1.3.0",
"laravel/framework": "^11.23.5",
"spatie/laravel-collection-macros": "^7.14.1",
"spatie/regex": "^3.1.1"
"spatie/regex": "^3.1.1",
"thecodingmachine/safe": "^2.5"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.13.5",
"barryvdh/laravel-debugbar": "^3.14.0",
"barryvdh/laravel-ide-helper": "^3.1.0",
"friendsofphp/php-cs-fixer": "^3.64.0",
"infection/infection": "^0.27.11",
"jetbrains/phpstorm-attributes": "^1.1",
"larastan/larastan": "^2.9.8",
"laravel/pint": "^1.17.3",
"nunomaduro/collision": "^8.4.0",
"phan/phan": "^5.4.5",
"phpmd/phpmd": "^2.15.0",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-strict-rules": "^1.6.0",
"phpunit/phpunit": "^10.5.34",
"phpstan/phpstan-strict-rules": "^1.6.1",
"phpunit/phpunit": "^10.5.35",
"psalm/plugin-laravel": "^2.11.0",
"roave/security-advisories": "dev-latest",
"spatie/laravel-ignition": "^2.8.0",
"squizlabs/php_codesniffer": "^3.10.2",
"squizlabs/php_codesniffer": "^3.10.3",
"thecodingmachine/phpstan-safe-rule": "^1.2",
"vimeo/psalm": "^5.26.1"
},
"autoload": {
Expand Down
Loading

0 comments on commit 5efbd64

Please sign in to comment.