Skip to content

Commit 9534140

Browse files
authored
Merge pull request #391 from Roave/renovate/vimeo-psalm-6.x
Update dependency vimeo/psalm to v6
2 parents 549d87f + fb8ba9c commit 9534140

28 files changed

+1760
-750
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ RUN \
3333
bash \
3434
binutils \
3535
graphviz \
36+
php8.3-bcmath \
3637
php8.3-cli \
38+
php8.3-intl \
3739
php8.3-zip \
3840
php8.3-mbstring \
3941
php8.3-xml \

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,22 @@
1313
"php": "~8.3.3",
1414
"ext-curl": "*",
1515
"ext-gd": "*",
16+
"azjezz/psl": "^3.2.0",
1617
"guzzlehttp/guzzle": "^7.9.2",
1718
"guzzlehttp/psr7": "^2.7.0",
1819
"jasny/twig-extensions": "^1.3.1",
1920
"michelf/php-markdown": "^2.0",
2021
"monolog/monolog": "^3.8.1",
2122
"psr/log": "^3.0.2",
2223
"symfony/yaml": "^7.2.0",
23-
"thecodingmachine/safe": "^2.5.0",
24-
"twig/twig": "^3.18.0",
25-
"webmozart/assert": "^1.11"
24+
"twig/twig": "^3.18.0"
2625
},
2726
"require-dev": {
2827
"doctrine/coding-standard": "^12.0.0",
29-
"phpunit/phpunit": "^10.5.41",
30-
"psalm/plugin-phpunit": "^0.18.4",
28+
"phpunit/phpunit": "^11.5.6",
29+
"psalm/plugin-phpunit": "^0.19.2",
3130
"roave/security-advisories": "dev-latest",
32-
"vimeo/psalm": "^5.26.1"
31+
"vimeo/psalm": "^6.3.0"
3332
},
3433
"autoload": {
3534
"psr-4": {

0 commit comments

Comments
 (0)