Skip to content

Commit

Permalink
Update deps, normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Dec 23, 2024
1 parent 11a6c09 commit d2d6500
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 54 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dragon-code/benchmark": "^2.6",
"ergebnis/composer-normalize": "^2.45.0",
"friendsofphp/php-cs-fixer": "^3.65.0",
"phpstan/phpstan": "^1.12.12",
"phpunit/phpunit": "^10.5.38",
"phpstan/phpstan": "^1.12.13",
"phpunit/phpunit": "^10.5.40",
"phpyh/coding-standard": "^2.6.2",
"symfony/var-dumper": "^6.4.15 || ^7.1.3"
},
Expand All @@ -41,11 +41,11 @@
"bamarni/composer-bin-plugin": true,
"ergebnis/composer-normalize": true
},
"bump-after-update": "dev",
"platform": {
"php": "8.1"
},
"sort-packages": true,
"bump-after-update": "dev"
"sort-packages": true
},
"extra": {
"bamarni-bin": {
Expand Down
42 changes: 21 additions & 21 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tools/composer-require-checker/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"maglnet/composer-require-checker": "^4.7.1"
},
"config": {
"bump-after-update": "dev",
"platform": {
"php": "8.1"
},
"sort-packages": true,
"bump-after-update": "dev"
"sort-packages": true
}
}
4 changes: 2 additions & 2 deletions tools/composer-unused/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"icanhazstring/composer-unused": "^0.8.11"
},
"config": {
"bump-after-update": "dev",
"platform": {
"php": "8.1"
},
"sort-packages": true,
"bump-after-update": "dev"
"sort-packages": true
}
}
4 changes: 2 additions & 2 deletions tools/infection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"allow-plugins": {
"infection/extension-installer": true
},
"bump-after-update": "dev",
"platform": {
"php": "8.1"
},
"sort-packages": true,
"bump-after-update": "dev"
"sort-packages": true
}
}
6 changes: 3 additions & 3 deletions tools/infection/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tools/psalm/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require-dev": {
"phpunit/phpunit": "^10.5.38",
"phpunit/phpunit": "^10.5.40",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.26.1",
"typhoon/check-visibility-psalm-plugin": "^0.1.0"
Expand All @@ -9,10 +9,10 @@
"netresearch/jsonmapper": "<4"
},
"config": {
"bump-after-update": "dev",
"platform": {
"php": "8.1"
},
"sort-packages": true,
"bump-after-update": "dev"
"sort-packages": true
}
}
34 changes: 17 additions & 17 deletions tools/psalm/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2d6500

Please sign in to comment.