Skip to content

Commit 020089d

Browse files
authored
Merge pull request #1311 from tucksaun/patch-1
Fixed Symfony installer download to use https
2 parents bddb867 + c28d2ce commit 020089d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fr/adrienbrault/idea/symfony2plugin/installer/SymfonyInstallerUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class SymfonyInstallerUtil {
3535
@Nullable
3636
public static VirtualFile downloadPhar(@Nullable Project project, JComponent component, @Nullable String toDir)
3737
{
38-
return PhpConfigurationUtil.downloadFile(project, component, toDir, "http://symfony.com/installer", "symfony.phar");
38+
return PhpConfigurationUtil.downloadFile(project, component, toDir, "https://symfony.com/installer", "symfony.phar");
3939
}
4040

4141
@Nullable

0 commit comments

Comments
 (0)