Skip to content

Commit 8e41675

Browse files
committed
require php 8.3, update to codex 3, update to phpunit 12.4
1 parent 2c98530 commit 8e41675

File tree

3 files changed

+379
-337
lines changed

3 files changed

+379
-337
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=8.1.0",
13+
"php": ">=8.3.0",
1414
"ext-json": "*",
15-
"aternos/codex": "^2.2.0"
15+
"aternos/codex": "^3.0.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^10.5"
18+
"phpunit/phpunit": "^12.4"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)