|
1 | 1 | { |
2 | | - "name": "httpsoft/http-request", |
3 | | - "description": "PSR-7 implementation for Request and ServerRequest", |
4 | | - "keywords": ["php", "http", "http-request", "http-server-request", "psr-7", "http-message"], |
| 2 | + "name": "httpsoft/http-server-request", |
| 3 | + "description": "Functionality for creating a PSR-7 ServerRequest", |
| 4 | + "keywords": ["php", "http", "http-server-request", "psr-7", "http-message"], |
5 | 5 | "homepage": "https://httpsoft.org/", |
6 | 6 | "type": "library", |
7 | 7 | "license": "MIT", |
|
14 | 14 | } |
15 | 15 | ], |
16 | 16 | "support": { |
17 | | - "issues": "https://github.com/httpsoft/http-request/issues", |
18 | | - "source": "https://github.com/httpsoft/http-request", |
19 | | - "docs": "https://httpsoft.org/docs/request" |
| 17 | + "issues": "https://github.com/httpsoft/http-server-request/issues", |
| 18 | + "source": "https://github.com/httpsoft/http-server-request", |
| 19 | + "docs": "https://httpsoft.org/docs/server-request" |
20 | 20 | }, |
21 | 21 | "require": { |
22 | | - "php": "^7.4", |
23 | | - "httpsoft/http-stream": "^1.0", |
24 | | - "httpsoft/http-uploaded-file": "^1.0", |
25 | | - "httpsoft/http-uri": "^1.0" |
| 22 | + "php": "^7.4|^8.0", |
| 23 | + "httpsoft/http-message": "^1.0" |
26 | 24 | }, |
27 | 25 | "require-dev": { |
28 | | - "phpunit/phpunit": "^9.1", |
| 26 | + "phpunit/phpunit": "^9.3", |
29 | 27 | "squizlabs/php_codesniffer": "^3.5", |
30 | | - "vimeo/psalm": "^3.12" |
| 28 | + "vimeo/psalm": "^3.14" |
31 | 29 | }, |
32 | 30 | "autoload": { |
33 | 31 | "psr-4": { |
34 | | - "HttpSoft\\Request\\": "src/" |
| 32 | + "HttpSoft\\ServerRequest\\": "src/" |
35 | 33 | } |
36 | 34 | }, |
37 | 35 | "autoload-dev": { |
38 | 36 | "psr-4": { |
39 | | - "HttpSoft\\Tests\\Request\\": "tests/" |
| 37 | + "HttpSoft\\Tests\\ServerRequest\\": "tests/" |
40 | 38 | } |
41 | 39 | }, |
42 | 40 | "scripts": { |
|
0 commit comments