Skip to content

Commit 5fb1557

Browse files
committed
Configure minimum supported PHP version
Signed-off-by: Nathanael Esayeas <[email protected]>
1 parent feeb1ff commit 5fb1557

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@
1616
"forum": "https://discourse.laminas.dev"
1717
},
1818
"config": {
19-
"sort-packages": true
19+
"sort-packages": true,
20+
"platform": {
21+
"php": "7.3.99"
22+
},
23+
"allow-plugins": {
24+
"dealerdirect/phpcodesniffer-composer-installer": true
25+
}
2026
},
2127
"extra": {
2228
"laminas": {

0 commit comments

Comments
 (0)