We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c071d9 commit 1f721d7Copy full SHA for 1f721d7
composer.json
@@ -10,17 +10,17 @@
10
}
11
],
12
"require": {
13
- "php": "^8.1",
+ "php": "^8.2",
14
"ext-parallel": "*",
15
"react/async": "^4.2",
16
"react/event-loop": "^1.5",
17
- "react/promise": "^2.11 || ^3.2",
+ "react/promise": "^3.2",
18
"wyrihaximus/constants": "^1.6.0",
19
"wyrihaximus/metrics": "^2.1"
20
},
21
"require-dev": {
22
"react-parallel/stubs": "^1.1",
23
- "wyrihaximus/async-test-utilities": "^5.0.25 || ^8.0.5"
+ "wyrihaximus/async-test-utilities": "^8.0.5"
24
25
"autoload": {
26
"psr-4": {
@@ -40,7 +40,7 @@
40
"infection/extension-installer": true
41
42
"platform": {
43
- "php": "8.1.13"
+ "php": "8.2.13"
44
45
"sort-packages": true
46
0 commit comments