Skip to content

Commit 259c735

Browse files
committed
[TASK] Update the development tools
1 parent 0119435 commit 259c735

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.phive/phars.xml

Lines changed: 2 additions & 2 deletions
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.44.0" installed="2.44.0" location="./.phive/composer-normalize" copy="false"/>
4-
<phar name="php-cs-fixer" version="^3.59.3" installed="3.64.0" location="./.phive/php-cs-fixer" copy="false"/>
3+
<phar name="composer-normalize" version="^2.44.0" installed="2.46.0" location="./.phive/composer-normalize" copy="false"/>
4+
<phar name="php-cs-fixer" version="^3.59.3" installed="3.75.0" location="./.phive/php-cs-fixer" copy="false"/>
55
</phive>

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"require-dev": {
3030
"php-parallel-lint/php-parallel-lint": "1.4.0",
3131
"phpstan/extension-installer": "1.4.3",
32-
"phpstan/phpstan": "1.12.16 || 2.1.2",
33-
"phpstan/phpstan-phpunit": "1.4.2 || 2.0.4",
34-
"phpstan/phpstan-strict-rules": "1.6.2 || 2.0.3",
32+
"phpstan/phpstan": "1.12.23 || 2.1.11",
33+
"phpstan/phpstan-phpunit": "1.4.2 || 2.0.6",
34+
"phpstan/phpstan-strict-rules": "1.6.2 || 2.0.4",
3535
"phpunit/phpunit": "8.5.41",
3636
"rawr/phpunit-data-provider": "3.3.1",
37-
"rector/rector": "1.2.10 || 2.0.7",
37+
"rector/rector": "1.2.10 || 2.0.11",
3838
"rector/type-perfect": "1.0.0 || 2.0.2"
3939
},
4040
"suggest": {

0 commit comments

Comments
 (0)