|
31 | 31 | } |
32 | 32 | ], |
33 | 33 | "require": { |
34 | | - "php": "^8.1", |
| 34 | + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", |
35 | 35 | "ext-dom": "*", |
36 | 36 | "ext-mbstring": "*", |
37 | 37 | "alexkart/curl-builder": "^1.0", |
|
47 | 47 | "yiisoft/injector": "^1.0" |
48 | 48 | }, |
49 | 49 | "require-dev": { |
| 50 | + "bamarni/composer-bin-plugin": "^1.8", |
50 | 51 | "httpsoft/http-message": "^1.1.6", |
51 | | - "maglnet/composer-require-checker": "^4.7.1", |
52 | 52 | "phpunit/phpunit": "^10.5.44", |
53 | 53 | "psr/event-dispatcher": "^1.0", |
54 | 54 | "rector/rector": "^2.0.7", |
55 | 55 | "roave/infection-static-analysis-plugin": "^1.35", |
56 | 56 | "spatie/phpunit-watcher": "^1.24", |
57 | | - "vimeo/psalm": "^5.26.1|^6", |
| 57 | + "vimeo/psalm": "^5.26.1|^6.2", |
58 | 58 | "yiisoft/di": "^1.3", |
59 | 59 | "yiisoft/test-support": "^3.0.1" |
60 | 60 | }, |
|
69 | 69 | } |
70 | 70 | }, |
71 | 71 | "extra": { |
| 72 | + "bamarni-bin": { |
| 73 | + "bin-links": true, |
| 74 | + "target-directory": "tools", |
| 75 | + "forward-command": true |
| 76 | + }, |
72 | 77 | "config-plugin-options": { |
73 | 78 | "source-directory": "config" |
74 | 79 | }, |
|
80 | 85 | "sort-packages": true, |
81 | 86 | "bump-after-update": "dev", |
82 | 87 | "allow-plugins": { |
83 | | - "infection/extension-installer": true, |
84 | | - "composer/package-versions-deprecated": true |
| 88 | + "bamarni/composer-bin-plugin": true, |
| 89 | + "composer/package-versions-deprecated": true, |
| 90 | + "infection/extension-installer": true |
85 | 91 | } |
86 | 92 | }, |
87 | 93 | "scripts": { |
|
0 commit comments