fix(legacy): set platform requirements to php ^7.4

This commit is contained in:
jo 2022-10-10 21:57:18 +02:00 committed by Kyle Robbertze
parent f4b4a7fadd
commit dbfb22646a
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,6 @@
{
"require": {
"php": "^7.4",
"friendsofphp/php-cs-fixer": "<3.11.1"
}
}