Skip to content

Commit 25ae4f2

Browse files
committed
Updated to PHP 8.4
1 parent ed526a6 commit 25ae4f2

File tree

4 files changed

+2714
-4177
lines changed

4 files changed

+2714
-4177
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,23 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^8.1",
14+
"php": "^8.4",
1515
"ext-parallel": "*"
1616
},
1717
"require-dev": {
18-
"wyrihaximus/async-test-utilities": "^5 || ^7.2"
18+
"wyrihaximus/async-test-utilities": "^10.0.0"
1919
},
2020
"config": {
2121
"allow-plugins": {
2222
"dealerdirect/phpcodesniffer-composer-installer": true,
2323
"ergebnis/composer-normalize": true,
2424
"icanhazstring/composer-unused": true,
25-
"infection/extension-installer": true
25+
"infection/extension-installer": true,
26+
"phpstan/extension-installer": true,
27+
"wyrihaximus/test-utilities": true
2628
},
2729
"platform": {
28-
"php": "8.1.13"
30+
"php": "8.4.13"
2931
},
3032
"sort-packages": true
3133
},

0 commit comments

Comments
 (0)