Skip to content

Commit a6e22c6

Browse files
committed
[TASK] Update the development dependencies
1 parent b3978a2 commit a6e22c6

5 files changed

Lines changed: 2 additions & 5 deletions

File tree

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

Build/rector/config.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
// SetList::INSTANCEOF,
2828
// SetList::NAMING,
2929
// SetList::PRIVATIZATION,
30-
SetList::STRICT_BOOLEANS,
3130
SetList::TYPE_DECLARATION,
3231

3332
// PHPUnit sets

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"phpstan/phpstan-strict-rules": "1.6.2 || 2.0.11",
3636
"phpunit/phpunit": "8.5.52",
3737
"rawr/phpunit-data-provider": "3.3.1",
38-
"rector/rector": "1.2.10 || 2.4.6",
38+
"rector/rector": "1.2.10 || 2.5.0",
3939
"rector/type-perfect": "1.0.0 || 2.1.3",
4040
"squizlabs/php_codesniffer": "4.0.1",
4141
"thecodingmachine/phpstan-safe-rule": "1.2.0 || 1.4.3"

tests/Unit/PhpStan/IgnoreBooleanAlwaysImpossibleAssertTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace Sabberworm\CSS\Tests\Unit\PhpStan;
66

77
use PHPStan\Analyser\IgnoreErrorExtension;
8-
use PHPStan\Testing\RuleTestCase;
98
use PHPStan\Rules\Comparison\ImpossibleCheckTypeFunctionCallRule;
109
use PHPStan\Rules\Rule;
1110

tests/Unit/PhpStan/IgnoreBooleanAlwaysImpossibleInstanceofTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace Sabberworm\CSS\Tests\Unit\PhpStan;
66

77
use PHPStan\Analyser\IgnoreErrorExtension;
8-
use PHPStan\Testing\RuleTestCase;
98
use PHPStan\Rules\Classes\ImpossibleInstanceOfRule;
109
use PHPStan\Rules\Rule;
1110

0 commit comments

Comments
 (0)