Skip to content

Commit 2f28bf0

Browse files
committed
[TASK] Update the development tools
1 parent a5d22be commit 2f28bf0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.45.0" location="./.phive/composer-normalize" copy="false"/>
4+
<phar name="php-cs-fixer" version="^3.59.3" installed="3.68.5" location="./.phive/php-cs-fixer" copy="false"/>
55
</phive>

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
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",
32+
"phpstan/phpstan": "1.12.17 || 2.1.4",
3333
"phpstan/phpstan-phpunit": "1.4.2 || 2.0.4",
3434
"phpunit/phpunit": "8.5.41",
35-
"rector/rector": "1.2.10 || 2.0.7"
35+
"rector/rector": "1.2.10 || 2.0.9"
3636
},
3737
"suggest": {
3838
"ext-mbstring": "for parsing UTF-8 CSS"

0 commit comments

Comments
 (0)