Skip to content

Commit c80fc92

Browse files
committed
[TASK] Update the development tools
1 parent 8a838c6 commit c80fc92

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.phive/phars.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="composer-normalize" version="^2.42.0" installed="2.45.0" location="./.phive/composer-normalize" copy="false"/>
4-
<phar name="php-cs-fixer" version="^3.58.1" installed="3.66.0" location="./.phive/php-cs-fixer" copy="false"/>
3+
<phar name="composer-normalize" version="^2.42.0" installed="2.47.0" location="./.phive/composer-normalize" copy="false"/>
4+
<phar name="php-cs-fixer" version="^3.58.1" installed="3.75.0" location="./.phive/php-cs-fixer" copy="false"/>
55
</phive>

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
"php-parallel-lint/php-parallel-lint": "1.4.0",
4848
"phpmd/phpmd": "2.15.0",
4949
"phpstan/extension-installer": "1.4.3",
50-
"phpstan/phpstan": "1.12.13 || 2.0.4",
51-
"phpstan/phpstan-phpunit": "1.4.2 || 2.0.2",
52-
"phpstan/phpstan-strict-rules": "1.6.1 || 2.0.1",
50+
"phpstan/phpstan": "1.12.25 || 2.1.14",
51+
"phpstan/phpstan-phpunit": "1.4.2 || 2.0.6",
52+
"phpstan/phpstan-strict-rules": "1.6.2 || 2.0.4",
5353
"phpunit/phpunit": "9.6.23",
5454
"rawr/cross-data-providers": "2.4.0",
5555
"rawr/phpunit-data-provider": "3.3.1",
56-
"rector/rector": "1.2.10 || 2.0.3",
56+
"rector/rector": "1.2.10 || 2.0.15",
5757
"rector/type-perfect": "1.0.0 || 2.0.2"
5858
},
5959
"prefer-stable": true,

0 commit comments

Comments
 (0)