|
19 | 19 | } |
20 | 20 | }, |
21 | 21 | "require": { |
22 | | - "php": "^7.3", |
| 22 | + "php": "^7.4 || ^8.0", |
23 | 23 | "ext-json": "*", |
24 | 24 | "fig/http-message-util": "^1.1", |
25 | 25 | "psr/http-factory": "^1.0", |
|
28 | 28 | "require-dev": { |
29 | 29 | "infection/infection": "^0.15", |
30 | 30 | "jms/serializer": "^3.5", |
31 | | - "lcobucci/coding-standard": "^3.1", |
| 31 | + "laminas/laminas-diactoros": "^2.2", |
| 32 | + "lcobucci/coding-standard": "^4.0", |
32 | 33 | "league/plates": "^3.3", |
33 | | - "middlewares/negotiation": "^1.1", |
34 | | - "phpstan/phpstan": "^0.11", |
35 | | - "phpstan/phpstan-deprecation-rules": "^0.11", |
36 | | - "phpstan/phpstan-phpunit": "^0.11", |
37 | | - "phpstan/phpstan-strict-rules": "^0.11", |
| 34 | + "middlewares/negotiation": "^2.0", |
| 35 | + "phpstan/extension-installer": "^1.0", |
| 36 | + "phpstan/phpstan": "^0.12", |
| 37 | + "phpstan/phpstan-deprecation-rules": "^0.12", |
| 38 | + "phpstan/phpstan-phpunit": "^0.12", |
| 39 | + "phpstan/phpstan-strict-rules": "^0.12", |
38 | 40 | "phpunit/phpunit": "^9.0", |
39 | 41 | "squizlabs/php_codesniffer": "^3.5", |
40 | | - "twig/twig": "^2.12", |
41 | | - "zendframework/zend-diactoros": "^2.2" |
| 42 | + "twig/twig": "^3.0" |
42 | 43 | }, |
43 | 44 | "suggest": { |
44 | 45 | "jms/serializer": "For content formatting using a more flexible serializer", |
45 | 46 | "league/plates": "For content formatting using Plates as template engine", |
46 | 47 | "middlewares/negotiation": "For acceptable format identification", |
47 | 48 | "twig/twig": "For content formatting using Twig as template engine", |
48 | | - "zendframework/zend-diactoros": "For concrete implementation of PSR-7" |
| 49 | + "laminas/laminas-diactoros": "For concrete implementation of PSR-7" |
49 | 50 | }, |
50 | 51 | "autoload": { |
51 | 52 | "psr-4": { |
|
0 commit comments