|
5 | 5 | "MIT" |
6 | 6 | ], |
7 | 7 | "require": { |
8 | | - "php": "^8.2", |
| 8 | + "php": "^8.1", |
9 | 9 | "composer-runtime-api": "^2.0", |
10 | 10 | "clue/ndjson-react": "^1.0", |
11 | 11 | "composer/ca-bundle": "^1.2", |
|
15 | 15 | "hoa/compiler": "3.17.08.08", |
16 | 16 | "hoa/exception": "^1.0", |
17 | 17 | "hoa/file": "1.17.07.11", |
18 | | - "jetbrains/phpstorm-stubs": "dev-master#00e47dbd1b21b00b9aecb90009d4011e0e09f003", |
| 18 | + "jetbrains/phpstorm-stubs": "dev-master#56e49161f6f411647350b769efe7c640bd9010d1", |
19 | 19 | "nette/bootstrap": "^3.0", |
20 | 20 | "nette/di": "^3.1.4", |
21 | 21 | "nette/neon": "3.3.4", |
|
25 | 25 | "nikic/php-parser": "^5.4.0", |
26 | 26 | "ondram/ci-detector": "^3.4.0", |
27 | 27 | "ondrejmirtes/better-reflection": "6.57.0.0", |
28 | | - "ondrejmirtes/composer-attribute-collector": "^1.1.1", |
29 | | - "ondrejmirtes/php-merge": "^4.1", |
30 | | - "phpstan/php-8-stubs": "0.4.14", |
| 28 | + "phpstan/php-8-stubs": "0.4.12", |
31 | 29 | "phpstan/phpdoc-parser": "2.1.0", |
32 | 30 | "psr/http-message": "^1.1", |
33 | 31 | "react/async": "^3", |
|
38 | 36 | "react/promise": "^3.2", |
39 | 37 | "react/socket": "^1.3", |
40 | 38 | "react/stream": "^1.1", |
41 | | - "sebastian/diff": "^6.0.2", |
42 | 39 | "symfony/console": "^5.4.3", |
43 | 40 | "symfony/finder": "^5.4.3", |
44 | 41 | "symfony/polyfill-intl-grapheme": "^1.23", |
|
55 | 52 | "symfony/polyfill-php73": "*" |
56 | 53 | }, |
57 | 54 | "require-dev": { |
| 55 | + "brianium/paratest": "^6.5", |
58 | 56 | "cweagans/composer-patches": "^1.7.3", |
| 57 | + "ondrejmirtes/simple-downgrader": "^2.0", |
59 | 58 | "php-parallel-lint/php-parallel-lint": "^1.2.0", |
60 | 59 | "phpstan/phpstan-deprecation-rules": "^2.0.2", |
61 | 60 | "phpstan/phpstan-nette": "^2.0", |
62 | | - "phpstan/phpstan-phpunit": "^2.0.7", |
| 61 | + "phpstan/phpstan-phpunit": "^2.0", |
63 | 62 | "phpstan/phpstan-strict-rules": "^2.0", |
64 | | - "phpunit/phpunit": "^11.5.23", |
| 63 | + "phpunit/phpunit": "^9.6", |
65 | 64 | "shipmonk/composer-dependency-analyser": "^1.5", |
66 | 65 | "shipmonk/dead-code-detector": "^0.12.0", |
67 | 66 | "shipmonk/name-collision-detector": "^2.0" |
68 | 67 | }, |
69 | 68 | "config": { |
70 | 69 | "platform": { |
71 | | - "php": "8.2.99" |
| 70 | + "php": "8.1.99" |
72 | 71 | }, |
73 | 72 | "platform-check": false, |
74 | 73 | "sort-packages": true, |
75 | 74 | "allow-plugins": { |
76 | | - "cweagans/composer-patches": true, |
77 | | - "ondrejmirtes/composer-attribute-collector": true, |
78 | | - "vaimo/composer-patches": true |
| 75 | + "cweagans/composer-patches": true |
79 | 76 | } |
80 | 77 | }, |
81 | 78 | "extra": { |
82 | | - "composer-attribute-collector": { |
83 | | - "include": [ |
84 | | - "src" |
85 | | - ] |
86 | | - }, |
87 | 79 | "composer-exit-on-patch-failure": true, |
88 | 80 | "patches": { |
89 | 81 | "composer/ca-bundle": [ |
|
0 commit comments