Skip to content

Commit 2226d7c

Browse files
Fix php version to >=8.1 according to cleverage/process-bundle
1 parent c6ce9a6 commit 2226d7c

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
@@ -36,7 +36,7 @@
3636
}
3737
},
3838
"require": {
39-
"php": ">=8.2",
39+
"php": ">=8.1",
4040
"ext-ctype": "*",
4141
"ext-iconv": "*",
4242
"cleverage/process-bundle": "^4.0",

0 commit comments

Comments
 (0)