Skip to content

Commit c41cfb8

Browse files
committed
Set minimum PHP version requirement to 8.1
1 parent e827475 commit c41cfb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
],
2828
"require": {
29-
"php": ">=8.2",
29+
"php": ">=8.1",
3030
"psr/log": "^2|^3",
3131
"symfony/filesystem": "^6.4|^7.0",
3232
"symfony/http-client-contracts": "^3.5",

0 commit comments

Comments
 (0)