Skip to content

Commit 90a5d0f

Browse files
committed
[TASK] Update the development dependencies
1 parent 00f637f commit 90a5d0f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
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">
33
<phar name="composer-normalize" version="^2.44.0" installed="2.48.2" location="./.phive/composer-normalize" copy="false"/>
4-
<phar name="php-cs-fixer" version="^3.59.3" installed="3.89.2" location="./.phive/php-cs-fixer" copy="false"/>
4+
<phar name="php-cs-fixer" version="^3.59.3" installed="3.91.1" 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
@@ -30,15 +30,15 @@
3030
"require-dev": {
3131
"php-parallel-lint/php-parallel-lint": "1.4.0",
3232
"phpstan/extension-installer": "1.4.3",
33-
"phpstan/phpstan": "1.12.32 || 2.1.32",
34-
"phpstan/phpstan-phpunit": "1.4.2 || 2.0.8",
33+
"phpstan/phpstan": "1.12.32 || 2.1.33",
34+
"phpstan/phpstan-phpunit": "1.4.2 || 2.0.9",
3535
"phpstan/phpstan-strict-rules": "1.6.2 || 2.0.7",
3636
"phpunit/phpunit": "8.5.49",
3737
"rawr/phpunit-data-provider": "3.3.1",
38-
"rector/rector": "1.2.10 || 2.2.8",
38+
"rector/rector": "1.2.10 || 2.2.11",
3939
"rector/type-perfect": "1.0.0 || 2.1.0",
4040
"squizlabs/php_codesniffer": "4.0.1",
41-
"thecodingmachine/phpstan-safe-rule": "1.2.0 || 1.4.1"
41+
"thecodingmachine/phpstan-safe-rule": "1.2.0 || 1.4.3"
4242
},
4343
"suggest": {
4444
"ext-mbstring": "for parsing UTF-8 CSS"

0 commit comments

Comments
 (0)