Skip to content

Commit ba7831f

Browse files
committed
refactor: Bump minimum PHP version requirement to 8.2 in composer.json
1 parent ea9c353 commit ba7831f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"require": {
24-
"php": ">=8.1"
24+
"php": ">=8.2"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^10",

0 commit comments

Comments
 (0)