Skip to content

Commit a61b3bc

Browse files
Update all non-major dependencies (#52)
* Update all non-major dependencies | datasource | package | from | to | | ---------- | ----------------------- | ------ | ------- | | packagist | phpstan/phpstan | 2.1.8 | 2.1.11 | | packagist | phpstan/phpstan-phpunit | 2.0.4 | 2.0.5 | | packagist | phpunit/phpunit | 12.0.9 | 12.0.10 | * PHPStan fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Filippo Tessarotto <zoeslam@gmail.com>
1 parent bf52ee5 commit a61b3bc

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"php": "~8.3.0 || ~8.4.0"
1515
},
1616
"require-dev": {
17-
"phpstan/phpstan": "^2.1.8",
18-
"phpstan/phpstan-phpunit": "^2.0.4",
17+
"phpstan/phpstan": "^2.1.11",
18+
"phpstan/phpstan-phpunit": "^2.0.5",
1919
"phpstan/phpstan-strict-rules": "^2.0.4",
20-
"phpunit/phpunit": "^12.0.9",
20+
"phpunit/phpunit": "^12.0.10",
2121
"slam/php-cs-fixer-extensions": "^3.12",
2222
"symfony/console": "^7.2.1"
2323
},

phpstan-baseline.neon

-12
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,3 @@ parameters:
4242
count: 1
4343
path: tests/ErrorHandlerTest.php
4444

45-
-
46-
message: '#^Parameter \#1 \$needle of static method PHPUnit\\Framework\\Assert\:\:assertStringContainsString\(\) expects string, mixed given\.$#'
47-
identifier: argument.type
48-
count: 2
49-
path: tests/ErrorHandlerTest.php
50-
51-
-
52-
message: '#^Parameter \#1 \$needle of static method PHPUnit\\Framework\\Assert\:\:assertStringNotContainsString\(\) expects string, mixed given\.$#'
53-
identifier: argument.type
54-
count: 2
55-
path: tests/ErrorHandlerTest.php
56-

0 commit comments

Comments
 (0)