Skip to content

Commit d354da3

Browse files
committed
[2.x] Ensure void return type translates to null
1 parent 8c071d9 commit d354da3

File tree

5 files changed

+2178
-1295
lines changed

5 files changed

+2178
-1295
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +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": {
2222
"react-parallel/stubs": "^1.1",
23-
"wyrihaximus/async-test-utilities": "^5.0.25 || ^8.0.5"
23+
"wyrihaximus/async-test-utilities": "^8.0.5"
2424
},
2525
"autoload": {
2626
"psr-4": {
@@ -40,7 +40,7 @@
4040
"infection/extension-installer": true
4141
},
4242
"platform": {
43-
"php": "8.1.13"
43+
"php": "8.2.13"
4444
},
4545
"sort-packages": true
4646
},

0 commit comments

Comments
 (0)