Skip to content

Commit c6c3486

Browse files
committed
Update tools, bump phpstan/phpdoc-parser
1 parent 9ebb6c0 commit c6c3486

File tree

6 files changed

+74
-66
lines changed

6 files changed

+74
-66
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"require": {
1717
"php": "^8.2",
1818
"brick/math": "^0.14.0",
19-
"phpstan/phpdoc-parser": "^2.1",
19+
"phpstan/phpdoc-parser": "^2.3",
2020
"symfony/polyfill-php84": "^1.33",
2121
"typhoon/type": "^0.6"
2222
},
2323
"require-dev": {
2424
"bamarni/composer-bin-plugin": "^1.8.2",
25-
"phpunit/phpunit": "^11.5.42",
25+
"phpunit/phpunit": "^11.5.43",
2626
"symfony/var-dumper": "^7.3.5"
2727
},
2828
"autoload": {

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/composer-normalize/composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/infection/composer.lock

Lines changed: 28 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/php-cs-fixer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require-dev": {
3-
"friendsofphp/php-cs-fixer": "^3.89.1",
3+
"friendsofphp/php-cs-fixer": "^3.89.2",
44
"phpyh/coding-standard": "^2.6.3"
55
},
66
"config": {

0 commit comments

Comments
 (0)