Add symfony/flex to supported tools

This commit is contained in:
Shivam Mathur
2020-02-25 10:00:07 +05:30
parent a4f7326577
commit 9539b27b4a
3 changed files with 12 additions and 3 deletions

View File

@ -517,6 +517,9 @@ export async function addTools(
url = await getDeployerUrl(version);
script += await addArchive(tool, version, url, os_version);
break;
case 'flex':
script += await addPackage(tool, release, 'symfony/', os_version);
break;
case 'phinx':
script += await addPackage(tool, release, 'robmorgan/', os_version);
break;