Skip to content

Commit 20e4902

Browse files
committed
[TASK] Update the development tools
1 parent 6098bee commit 20e4902

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.phive/phars.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="php-cs-fixer" version="^3.13.2" installed="3.13.2" location="./.phive/php-cs-fixer.phar" copy="false"/>
4-
<phar name="phpcbf" version="^3.7.1" installed="3.7.1" location="./.phive/phpcbf.phar" copy="false"/>
5-
<phar name="phpcs" version="^3.7.1" installed="3.7.1" location="./.phive/phpcs.phar" copy="false"/>
6-
<phar name="phpstan" version="^1.9.14" installed="1.9.14" location="./.phive/phpstan.phar" copy="false"/>
3+
<phar name="php-cs-fixer" version="^3.13.2" installed="3.68.1" location="./.phive/php-cs-fixer.phar" copy="false"/>
4+
<phar name="phpcbf" version="^3.7.1" installed="3.11.2" location="./.phive/phpcbf.phar" copy="false"/>
5+
<phar name="phpcs" version="^3.7.1" installed="3.11.2" location="./.phive/phpcs.phar" copy="false"/>
6+
<phar name="phpstan" version="^1.9.14" installed="1.12.15" location="./.phive/phpstan.phar" copy="false"/>
77
</phive>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ext-iconv": "*"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.40"
30+
"phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.41"
3131
},
3232
"suggest": {
3333
"ext-mbstring": "for parsing UTF-8 CSS"

0 commit comments

Comments
 (0)