|
31 | 31 | } |
32 | 32 | ], |
33 | 33 | "require": { |
34 | | - "php": "^8.0", |
| 34 | + "php": "^8.1", |
35 | 35 | "ext-dom": "*", |
36 | | - "ext-json": "*", |
37 | 36 | "ext-mbstring": "*", |
38 | 37 | "alexkart/curl-builder": "^1.0", |
39 | 38 | "cebe/markdown": "^1.2", |
|
48 | 47 | "yiisoft/injector": "^1.0" |
49 | 48 | }, |
50 | 49 | "require-dev": { |
51 | | - "httpsoft/http-message": "^1.0.9", |
52 | | - "maglnet/composer-require-checker": "^4.4", |
53 | | - "phpunit/phpunit": "^9.5", |
| 50 | + "httpsoft/http-message": "^1.1.6", |
| 51 | + "maglnet/composer-require-checker": "^4.7.1", |
| 52 | + "phpunit/phpunit": "^10.5.44", |
54 | 53 | "psr/event-dispatcher": "^1.0", |
55 | | - "rector/rector": "^2.0", |
56 | | - "roave/infection-static-analysis-plugin": "^1.16", |
57 | | - "spatie/phpunit-watcher": "^1.23", |
58 | | - "vimeo/psalm": "^4.30|^5.25", |
59 | | - "yiisoft/di": "^1.1", |
60 | | - "yiisoft/test-support": "^3.0" |
| 54 | + "rector/rector": "^2.0.7", |
| 55 | + "roave/infection-static-analysis-plugin": "^1.35", |
| 56 | + "spatie/phpunit-watcher": "^1.24", |
| 57 | + "vimeo/psalm": "^5.26.1|^6", |
| 58 | + "yiisoft/di": "^1.3", |
| 59 | + "yiisoft/test-support": "^3.0.1" |
61 | 60 | }, |
62 | 61 | "autoload": { |
63 | 62 | "psr-4": { |
|
79 | 78 | }, |
80 | 79 | "config": { |
81 | 80 | "sort-packages": true, |
| 81 | + "bump-after-update": "dev", |
82 | 82 | "allow-plugins": { |
83 | 83 | "infection/extension-installer": true, |
84 | 84 | "composer/package-versions-deprecated": true |
|
0 commit comments