|
11 | 11 | ], |
12 | 12 | "config": { |
13 | 13 | "preferred-install": "dist", |
14 | | - "sort-packages": true |
| 14 | + "sort-packages": true, |
| 15 | + "allow-plugins": { |
| 16 | + "dealerdirect/phpcodesniffer-composer-installer": true, |
| 17 | + "infection/extension-installer": true, |
| 18 | + "phpstan/extension-installer": true |
| 19 | + } |
15 | 20 | }, |
16 | 21 | "require": { |
17 | | - "php-64bit": "^8.0", |
| 22 | + "php-64bit": "^8.1", |
18 | 23 | "ext-pcntl": "*", |
19 | | - "psr/log": "^1.1", |
| 24 | + "psr/log": "^3.0", |
20 | 25 | "react/socket": "^1.6" |
21 | 26 | }, |
22 | 27 | "require-dev": { |
23 | | - "infection/infection": "^0.23", |
24 | | - "lcobucci/coding-standard": "^7.0", |
25 | | - "monolog/monolog": "^2.2", |
| 28 | + "behat/behat": "^3.11", |
| 29 | + "infection/infection": "^0.26", |
| 30 | + "lcobucci/coding-standard": "^8.0", |
| 31 | + "monolog/monolog": "^3.2", |
26 | 32 | "phpstan/extension-installer": "^1.1", |
27 | | - "phpstan/phpstan": "^0.12", |
28 | | - "phpstan/phpstan-deprecation-rules": "^0.12", |
29 | | - "phpstan/phpstan-phpunit": "^0.12", |
30 | | - "phpstan/phpstan-strict-rules": "^0.12", |
| 33 | + "phpstan/phpstan": "^1.8", |
| 34 | + "phpstan/phpstan-deprecation-rules": "^1.0", |
| 35 | + "phpstan/phpstan-phpunit": "^1.1", |
| 36 | + "phpstan/phpstan-strict-rules": "^1.3", |
31 | 37 | "phpunit/phpunit": "^9.5" |
32 | 38 | }, |
33 | 39 | "autoload": { |
|
0 commit comments