Skip to content

Commit f151add

Browse files
committed
v3
1 parent 54ed0c6 commit f151add

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"phpunit/phpunit": "^10.5",
3939
"ramsey/uuid": "^4.7",
4040
"squizlabs/php_codesniffer": "^3.11",
41-
"sunrise/http-message": "^3.3",
42-
"sunrise/hydrator": "^3.14",
41+
"sunrise/http-message": "^3.4",
42+
"sunrise/hydrator": "^3.15",
4343
"symfony/console": "^6.4",
4444
"symfony/uid": "^6.4",
4545
"symfony/validator": "^6.4",

phpstan.neon.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
];
1313

1414
if (PHP_VERSION_ID < 80300) {
15-
$config['includes'][] = __DIR__ . '/phpstan.php-lt-83.neon.dist';
15+
$config['includes'][] = __DIR__ . '/phpstan.php-lt-83.neon';
1616
}
1717

18-
if (PHP_VERSION_ID >= 80400) {
19-
$config['includes'][] = __DIR__ . '/phpstan.php-gte-84.neon.dist';
18+
if (PHP_VERSION_ID > 80300) {
19+
$config['includes'][] = __DIR__ . '/phpstan.php-gt-83.neon';
2020
}
2121

2222
return $config;
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)