Skip to content

Commit a9ea300

Browse files
committed
bump support to PHP>=8.3
1 parent 68c0a53 commit a9ea300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^8.1",
20+
"php": "^8.3",
2121
"psr/log": "^3.0"
2222
},
2323
"require-dev": {
2424
"ergebnis/composer-normalize": "^2.15",
2525
"monolog/monolog": "^3.0",
26-
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
26+
"phpunit/phpunit": "^12.0",
2727
"symfony/console": "^7",
2828
"fig/log-test": "^1.1",
2929
"phpstan/phpstan": "^2.1",

0 commit comments

Comments
 (0)