Skip to content

Commit 74adf19

Browse files
committed
[TASK] Update the development dependencies
1 parent b88cb8b commit 74adf19

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

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

Build/phpstan/phpstan-baseline.neon

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ parameters:
1212
count: 1
1313
path: ../../src/Parsing/ParserState.php
1414

15+
-
16+
message: '#^Call to function interface_exists\(\) with ''Sabberworm\\\\CSS\\\\Rule\\\\Rule'' and false will always evaluate to false\.$#'
17+
identifier: function.impossibleType
18+
count: 2
19+
path: ../../src/Rule/Rule.php
20+
21+
-
22+
message: '#^Call to function class_exists\(\) with ''Sabberworm\\\\CSS\\\\RuleSet\\\\RuleContainer'' and false will always evaluate to false\.$#'
23+
identifier: function.impossibleType
24+
count: 2
25+
path: ../../src/RuleSet/RuleContainer.php
26+
1527
-
1628
message: '#^Parameter \#2 \$arguments of class Sabberworm\\CSS\\Value\\CSSFunction constructor expects array\<Sabberworm\\CSS\\Value\\Value\|string\>\|Sabberworm\\CSS\\Value\\RuleValueList, Sabberworm\\CSS\\Value\\Value\|string given\.$#'
1729
identifier: argument.type

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
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.33 || 2.1.47",
33+
"phpstan/phpstan": "1.12.33 || 2.2.2",
3434
"phpstan/phpstan-phpunit": "1.4.2 || 2.0.16",
35-
"phpstan/phpstan-strict-rules": "1.6.2 || 2.0.10",
35+
"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.1",
38+
"rector/rector": "1.2.10 || 2.4.5",
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"

0 commit comments

Comments
 (0)