|
28 | 28 | }
|
29 | 29 | ],
|
30 | 30 | "require": {
|
31 |
| - "php": "^8.1", |
| 31 | + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", |
32 | 32 | "ext-dom": "*",
|
33 | 33 | "psr/http-factory": "^1.0",
|
34 |
| - "psr/http-message": "^1.0|^2.0", |
| 34 | + "psr/http-message": "^1.0 || ^2.0", |
35 | 35 | "psr/http-server-handler": "^1.0",
|
36 | 36 | "psr/http-server-middleware": "^1.0",
|
37 | 37 | "yiisoft/http": "^1.2",
|
38 | 38 | "yiisoft/json": "^1.0",
|
39 | 39 | "yiisoft/strings": "^2.0"
|
40 | 40 | },
|
41 | 41 | "require-dev": {
|
42 |
| - "httpsoft/http-message": "^1.0", |
43 |
| - "maglnet/composer-require-checker": "^4.7", |
44 |
| - "phpunit/phpunit": "^10.5", |
45 |
| - "rector/rector": "^2.0", |
46 |
| - "roave/infection-static-analysis-plugin": "^1.16", |
47 |
| - "spatie/phpunit-watcher": "^1.23", |
48 |
| - "vimeo/psalm": "^5.22", |
49 |
| - "yiisoft/di": "^1.1" |
| 42 | + "httpsoft/http-message": "^1.1.6", |
| 43 | + "maglnet/composer-require-checker": "^4.7.1", |
| 44 | + "phpunit/phpunit": "^10.5.45", |
| 45 | + "rector/rector": "^2.0.9", |
| 46 | + "roave/infection-static-analysis-plugin": "^1.35", |
| 47 | + "spatie/phpunit-watcher": "^1.24", |
| 48 | + "vimeo/psalm": "^5.26.1 || ^6.8.0", |
| 49 | + "yiisoft/di": "^1.3" |
50 | 50 | },
|
51 | 51 | "autoload": {
|
52 | 52 | "psr-4": {
|
|
69 | 69 | },
|
70 | 70 | "config": {
|
71 | 71 | "sort-packages": true,
|
| 72 | + "bump-after-update": "dev", |
72 | 73 | "allow-plugins": {
|
73 | 74 | "infection/extension-installer": true,
|
74 | 75 | "composer/package-versions-deprecated": true
|
|
0 commit comments