|
33 | 33 | "support": { |
34 | 34 | "docs": "https://docs.roadrunner.dev", |
35 | 35 | "issues": "https://github.com/roadrunner-server/roadrunner/issues", |
36 | | - "forum": "https://forum.roadrunner.dev/", |
37 | 36 | "chat": "https://discord.gg/V6EK4he" |
38 | 37 | }, |
39 | 38 | "require": { |
40 | 39 | "php": ">=8.1", |
41 | 40 | "ext-json": "*", |
42 | 41 | "ext-sockets": "*", |
43 | | - "spiral/roadrunner": "^2023 || ^2024.1" |
| 42 | + "spiral/roadrunner": "^2023 || ^2024.1 || ^2025.1" |
44 | 43 | }, |
45 | 44 | "require-dev": { |
46 | | - "vimeo/psalm": "^5.9", |
47 | | - "google/protobuf": "^3.22", |
48 | | - "rybakit/msgpack": "^0.7", |
49 | | - "phpunit/phpunit": "^10.0", |
| 45 | + "google/protobuf": "^3.22 || ^4.0", |
| 46 | + "infection/infection": "^0.29.0", |
50 | 47 | "jetbrains/phpstorm-attributes": "^1.0", |
51 | | - "infection/infection": "^0.26.1" |
| 48 | + "phpunit/phpunit": "^10.5.45", |
| 49 | + "rybakit/msgpack": "^0.7", |
| 50 | + "spiral/code-style": "*", |
| 51 | + "vimeo/psalm": "^6.0" |
52 | 52 | }, |
53 | 53 | "autoload": { |
54 | 54 | "psr-4": { |
|
76 | 76 | "test": "phpunit --no-coverage --colors=always", |
77 | 77 | "test-cover": "phpunit --coverage-clover=coverage.xml", |
78 | 78 | "test-static": "psalm --no-cache", |
79 | | - "test-mutations": "infection" |
| 79 | + "test-mutations": "infection", |
| 80 | + "cs:diff": "php-cs-fixer fix --dry-run -v --diff --show-progress dots", |
| 81 | + "cs:fix": "php-cs-fixer fix -v", |
| 82 | + "psalm": "psalm", |
| 83 | + "psalm:baseline": "psalm --set-baseline=psalm-baseline.xml" |
80 | 84 | }, |
81 | 85 | "minimum-stability": "dev", |
82 | 86 | "prefer-stable": true, |
83 | 87 | "config": { |
84 | 88 | "allow-plugins": { |
85 | 89 | "infection/extension-installer": true, |
86 | 90 | "composer/package-versions-deprecated": true |
87 | | - } |
| 91 | + }, |
| 92 | + "sort-packages": true |
88 | 93 | } |
89 | 94 | } |
0 commit comments