Skip to content

Commit f7399f4

Browse files
committed
Drop support for PHP versions below 8.2 in composer.json.
1 parent 9edffec commit f7399f4

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
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"php": ">=7.4,<8.0 || >=8.2"
7+
"php": ">=8.2"
88
},
99
"require-dev": {
1010
"friendsofphp/php-cs-fixer": "^v3.89",

0 commit comments

Comments
 (0)