|
29 | 29 | "php": ">=8.3",
|
30 | 30 | "ext-apcu": "*",
|
31 | 31 | "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", |
37 | 37 | "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" |
42 | 42 | },
|
43 | 43 | "require-dev": {
|
44 | 44 | "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" |
49 | 48 | },
|
50 | 49 | "scripts": {
|
51 | 50 | "test": "vendor/bin/phpunit",
|
52 | 51 | "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", |
54 | 53 | "cs": "php-cs-fixer fix --dry-run --diff",
|
55 | 54 | "ci": [
|
56 | 55 | "@test",
|
|
0 commit comments