Skip to content

Commit 14fb2f4

Browse files
committed
Configure minimum supported PHP version
Signed-off-by: Nathanael Esayeas <[email protected]>
1 parent 269d3e1 commit 14fb2f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
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+
}
2023
},
2124
"extra": {
2225
},

0 commit comments

Comments
 (0)