[TASK] Set php version in composer.json
... | @@ -62,7 +62,10 @@ | ... | @@ -62,7 +62,10 @@ |
"mabahe/typo3-core-redirects": "^8.7" | "mabahe/typo3-core-redirects": "^8.7" | ||
}, | }, | ||
"config": { | "config": { | ||
"bin-dir": "bin" | "bin-dir": "bin", | ||
"platform": { | |||
"php": "7.1" | |||
} | |||
}, | }, | ||
"extra": { | "extra": { | ||
"typo3/cms": { | "typo3/cms": { | ||
... | ... |
Please register or sign in to comment