Skip to content

Commit f79fd78

Browse files
Bump all deps, and replace vimeo/psalm with phpstan/phpstan
1 parent 99f4213 commit f79fd78

File tree

10 files changed

+780
-2605
lines changed

10 files changed

+780
-2605
lines changed

composer.json

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,27 @@
2929
"php": ">=8.3",
3030
"ext-apcu": "*",
3131
"ext-pdo": "*",
32-
"doctrine/dbal": "^3.1",
33-
"monolog/monolog": "^3.0",
34-
"onelogin/php-saml": "^4.0",
35-
"php-di/slim-bridge": "^3.0",
36-
"promphp/prometheus_client_php": "^2.2",
32+
"doctrine/dbal": "^4.2",
33+
"monolog/monolog": "^3.8",
34+
"onelogin/php-saml": "^4.2",
35+
"php-di/slim-bridge": "^3.4",
36+
"promphp/prometheus_client_php": "^2.13",
3737
"slim/flash": "^0.4.0",
38-
"slim/psr7": "^1.1",
39-
"slim/slim": "^4.5",
40-
"slim/twig-view": "^3.1",
41-
"tuupola/slim-basic-auth": "^3.3"
38+
"slim/psr7": "^1.7",
39+
"slim/slim": "^4.14",
40+
"slim/twig-view": "^3.4",
41+
"tuupola/slim-basic-auth": "^3.4"
4242
},
4343
"require-dev": {
4444
"navikt/coding-standard": "^2.0",
45-
"phpunit/phpunit": "^9.2",
46-
"psalm/plugin-phpunit": "^0.18.3",
47-
"symfony/var-dumper": "^6.1",
48-
"vimeo/psalm": "^4.1"
45+
"phpstan/phpstan": "^2.1",
46+
"phpunit/phpunit": "^11.5",
47+
"symfony/var-dumper": "^7.2"
4948
},
5049
"scripts": {
5150
"test": "vendor/bin/phpunit",
5251
"test:coverage": "vendor/bin/phpunit --coverage-html build/coverage --coverage-text",
53-
"sa": "vendor/bin/psalm --no-cache --show-info=true",
52+
"sa": "vendor/bin/phpstan",
5453
"cs": "php-cs-fixer fix --dry-run --diff",
5554
"ci": [
5655
"@test",

0 commit comments

Comments
 (0)