Skip to content

Commit 94d5261

Browse files
committed
[2.x] Switch to stubs package
1 parent c43f258 commit 94d5261

File tree

11 files changed

+5536
-3648
lines changed

11 files changed

+5536
-3648
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.1",
13+
"php": "^8.2",
1414
"ext-parallel": "*",
1515
"react/async": "^4.2",
1616
"react/event-loop": "^1.5",
17-
"react/promise": "^2.11 || ^3.2",
17+
"react/promise": "^3.2",
1818
"wyrihaximus/constants": "^1.6.0",
1919
"wyrihaximus/metrics": "^2.1"
2020
},
2121
"require-dev": {
22-
"wyrihaximus/async-test-utilities": "^5.0.25 || ^8.0.5"
22+
"react-parallel/stubs": "^1.1",
23+
"wyrihaximus/async-test-utilities": "^8.0.5"
2324
},
2425
"autoload": {
2526
"psr-4": {
@@ -39,7 +40,7 @@
3940
"infection/extension-installer": true
4041
},
4142
"platform": {
42-
"php": "8.1.13"
43+
"php": "8.2.13"
4344
},
4445
"sort-packages": true
4546
},

0 commit comments

Comments
 (0)