Skip to content

Commit

Permalink
build(composer.json): update dependencies versions
Browse files Browse the repository at this point in the history
- Updated `ergebnis/composer-normalize` to version `^2.43`
- Updated `rector/rector` to version `^1.2`
- Updated `vimeo/psalm` to version `^5.25`
  • Loading branch information
guanguans committed Jul 8, 2024
1 parent 073fab4 commit 5603009
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,10 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"brainmaestro/composer-git-hooks": "^2.8 || ^3.0",
"ergebnis/composer-normalize": "^2.42",
"ergebnis/composer-normalize": "^2.43",
"ergebnis/license": "^2.4",
"ergebnis/php-cs-fixer-config": "dev-main",
"ergebnis/rector-rules": "^1.0",
"friendsofphp/php-cs-fixer": "^3.58",
"guanguans/ai-commit": "dev-main",
"guanguans/monorepo-builder-worker": "^1.4",
"icanhazstring/composer-unused": "^0.8",
Expand All @@ -103,9 +102,9 @@
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-deprecation-rules": "^1.2",
"rector/rector": "^1.1",
"rector/rector": "^1.2",
"symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
"vimeo/psalm": "^5.24"
"vimeo/psalm": "^5.25"
},
"suggest": {
"illuminate/collections": "Required to use the method [Response::collect()].",
Expand Down

0 comments on commit 5603009

Please sign in to comment.