Skip to content

Commit 189ccd0

Browse files
committed
Update PHP version constraint in composer.json to use caret notation
1 parent 52c5ef2 commit 189ccd0

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
@@ -25,7 +25,7 @@
2525
}
2626
],
2727
"require": {
28-
"php": ">=8.1",
28+
"php": "^8.1",
2929
"phpstan/phpdoc-parser": "^2.0",
3030
"nikic/php-parser": "^5.0"
3131
},

0 commit comments

Comments
 (0)