|
32 | 32 | }
|
33 | 33 | ],
|
34 | 34 | "require": {
|
35 |
| - "php": "^8.1", |
36 |
| - "psr/container": "^1.0|^2.0", |
37 |
| - "psr/http-message": "^1.0|^2.0", |
| 35 | + "php": "8.1 - 8.4", |
| 36 | + "psr/container": "^1.0 || ^2.0", |
| 37 | + "psr/http-message": "^1.0 || ^2.0", |
38 | 38 | "psr/http-server-handler": "^1.0",
|
39 | 39 | "psr/http-server-middleware": "^1.0",
|
40 | 40 | "yiisoft/arrays": "^3.0",
|
41 | 41 | "yiisoft/hydrator": "^1.0",
|
42 | 42 | "yiisoft/hydrator-validator": "^2.0",
|
43 | 43 | "yiisoft/middleware-dispatcher": "^5.1",
|
44 |
| - "yiisoft/validator": "^1.1|^2.0", |
| 44 | + "yiisoft/validator": "^1.1 || ^2.0", |
45 | 45 | "yiisoft/request-provider": "^1.0"
|
46 | 46 | },
|
47 | 47 | "require-dev": {
|
48 |
| - "maglnet/composer-require-checker": "^4.7", |
49 |
| - "phpunit/phpunit": "^10.5", |
50 |
| - "rector/rector": "^2.0.3", |
51 |
| - "roave/infection-static-analysis-plugin": "^1.34", |
52 |
| - "spatie/phpunit-watcher": "^1.23", |
53 |
| - "vimeo/psalm": "^5.22", |
54 |
| - "yiisoft/di": "^1.2", |
55 |
| - "yiisoft/test-support": "^3.0" |
| 48 | + "maglnet/composer-require-checker": "^4.7.1", |
| 49 | + "phpunit/phpunit": "^10.5.45", |
| 50 | + "rector/rector": "^2.0.11", |
| 51 | + "roave/infection-static-analysis-plugin": "^1.35", |
| 52 | + "spatie/phpunit-watcher": "^1.24", |
| 53 | + "vimeo/psalm": "^5.26.1 || ^6.10", |
| 54 | + "yiisoft/di": "^1.3", |
| 55 | + "yiisoft/test-support": "^3.0.2" |
56 | 56 | },
|
57 | 57 | "autoload": {
|
58 | 58 | "psr-4": {
|
|
0 commit comments