|
5 | 5 | "license": "MIT", |
6 | 6 | "authors": [ |
7 | 7 | { |
8 | | - "name": "Anton Titov / Wolfy-J", |
| 8 | + "name": "Anton Titov (Wolfy-J)", |
9 | 9 | |
10 | 10 | }, |
| 11 | + { |
| 12 | + "name": "Valery Piashchynski", |
| 13 | + "homepage": "https://github.com/rustatian" |
| 14 | + }, |
| 15 | + { |
| 16 | + "name": "Aleksei Gagarin (roxblnfk)", |
| 17 | + "homepage": "https://github.com/roxblnfk" |
| 18 | + }, |
| 19 | + { |
| 20 | + "name": "Pavel Buchnev (butschster)", |
| 21 | + |
| 22 | + }, |
| 23 | + { |
| 24 | + "name": "Maksim Smakouz (msmakouz)", |
| 25 | + |
| 26 | + }, |
11 | 27 | { |
12 | 28 | "name": "RoadRunner Community", |
13 | | - "homepage": "https://github.com/spiral/roadrunner/graphs/contributors" |
| 29 | + "homepage": "https://github.com/roadrunner-server/roadrunner/graphs/contributors" |
14 | 30 | } |
15 | 31 | ], |
| 32 | + "homepage": "https://spiral.dev/", |
| 33 | + "support": { |
| 34 | + "docs": "https://roadrunner.dev/docs", |
| 35 | + "issues": "https://github.com/roadrunner-server/roadrunner/issues", |
| 36 | + "forum": "https://forum.roadrunner.dev/", |
| 37 | + "chat": "https://discord.gg/V6EK4he" |
| 38 | + }, |
16 | 39 | "require": { |
17 | 40 | "php": ">=8.1", |
18 | 41 | "ext-json": "*", |
|
26 | 49 | "phpunit/phpunit": "^10.0", |
27 | 50 | "jetbrains/phpstorm-attributes": "^1.0", |
28 | 51 | "symfony/process": "^6.2", |
29 | | - "vimeo/psalm": "^5.8" |
| 52 | + "vimeo/psalm": "^5.9" |
30 | 53 | }, |
31 | 54 | "autoload": { |
32 | 55 | "psr-4": { |
|
38 | 61 | "Spiral\\RoadRunner\\Tests\\Http\\": "tests" |
39 | 62 | } |
40 | 63 | }, |
| 64 | + "funding": [ |
| 65 | + { |
| 66 | + "type": "github", |
| 67 | + "url": "https://github.com/sponsors/roadrunner-server" |
| 68 | + } |
| 69 | + ], |
41 | 70 | "scripts": { |
42 | 71 | "analyze": "psalm" |
43 | 72 | }, |
|
0 commit comments