Skip to content

Commit 7a6eba4

Browse files
feat(*): Force composer to use PHP 7.2
1 parent dd20d91 commit 7a6eba4

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
"email": "info@crowdsec.net"
99
}
1010
],
11+
"config" : {
12+
"platform": {
13+
"php": "7.2.34"
14+
}
15+
},
1116
"require": {
12-
"php": "^7.2",
1317
"crowdsec/bouncer": "0.15.0",
1418
"symfony/polyfill-mbstring": "1.20.0",
1519
"symfony/service-contracts": "2.4.1"

composer.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)