Skip to content

Commit 6215351

Browse files
committed
Relax PHP version constraint in composer.json
Updated the PHP version requirement to "^8.1" to allow compatibility with future PHP 8.x versions beyond 8.3. This ensures broader flexibility while maintaining the minimum required version.
1 parent 6419766 commit 6215351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=8.1 <8.4",
12+
"php": "^8.1",
1313
"ext-mbstring": "*",
1414
"ext-pdo": "*",
1515
"ext-tokenizer": "*",

0 commit comments

Comments
 (0)