Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit d6d2928

Browse files
authored
chore(deps): specify PHP version in composer.json for renovate
1 parent 3a39701 commit d6d2928

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"email": "brousek@ics.muni.cz"
1515
}
1616
],
17+
"config": {
18+
"platform": {
19+
"php": "7.4"
20+
}
21+
},
1722
"require": {
1823
"php": ">=7.1",
1924
"ext-ctype": "*",

0 commit comments

Comments
 (0)