|
11 | 11 | ],
|
12 | 12 | "keywords": ["PSR-15", "RFC-7807", "error handling"],
|
13 | 13 | "require": {
|
14 |
| - "php": "^7.3", |
15 |
| - "ext-json": "^1.7", |
| 14 | + "php": "^7.4 || ^8.0", |
| 15 | + "ext-json": "*", |
16 | 16 | "fig/http-message-util": "^1.1",
|
17 |
| - "lcobucci/content-negotiation-middleware": "^2.0", |
| 17 | + "lcobucci/content-negotiation-middleware": "^2.2", |
18 | 18 | "psr/http-factory": "^1.0",
|
19 | 19 | "psr/http-server-middleware": "^1.0",
|
20 | 20 | "psr/log": "^1.1"
|
21 | 21 | },
|
22 | 22 | "require-dev": {
|
23 |
| - "infection/infection": "^0.13", |
24 |
| - "lcobucci/coding-standard": "^3.0", |
25 |
| - "phpstan/phpstan": "^0.11", |
26 |
| - "phpstan/phpstan-deprecation-rules": "^0.11", |
27 |
| - "phpstan/phpstan-phpunit": "^0.11", |
28 |
| - "phpstan/phpstan-strict-rules": "^0.11", |
29 |
| - "phpunit/phpunit": "^8.2", |
30 |
| - "squizlabs/php_codesniffer": "^3.4", |
31 |
| - "zendframework/zend-diactoros": "^2.0" |
| 23 | + "infection/infection": "^0.15", |
| 24 | + "laminas/laminas-diactoros": "^2.2", |
| 25 | + "lcobucci/coding-standard": "^4.0", |
| 26 | + "phpstan/extension-installer": "^1.0", |
| 27 | + "phpstan/phpstan": "^0.12", |
| 28 | + "phpstan/phpstan-deprecation-rules": "^0.12", |
| 29 | + "phpstan/phpstan-phpunit": "^0.12", |
| 30 | + "phpstan/phpstan-strict-rules": "^0.12", |
| 31 | + "phpunit/phpunit": "^9.0", |
| 32 | + "squizlabs/php_codesniffer": "^3.5" |
32 | 33 | },
|
33 | 34 | "autoload": {
|
34 | 35 | "psr-4": {
|
|
0 commit comments