Skip to content

Commit f993830

Browse files
committed
[2.x] Template types
1 parent f98fb68 commit f993830

19 files changed

+5765
-3500
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
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.0",
17+
"react/promise": "^3.2",
1818
"wyrihaximus/constants": "^1.6.0",
19-
"wyrihaximus/metrics": "^1.0 || ^2"
19+
"wyrihaximus/metrics": "^2.1"
2020
},
2121
"require-dev": {
22-
"wyrihaximus/async-test-utilities": "^7.2 || ^5"
22+
"wyrihaximus/async-test-utilities": "^8.0.5"
2323
},
2424
"autoload": {
2525
"psr-4": {
@@ -39,7 +39,7 @@
3939
"infection/extension-installer": true
4040
},
4141
"platform": {
42-
"php": "8.1.13"
42+
"php": "8.2.13"
4343
},
4444
"sort-packages": true
4545
},

0 commit comments

Comments
 (0)