Skip to content

Commit c28d2ce

Browse files
authored
Fixed Symfony installer download to use https
1 parent bddb867 commit c28d2ce

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

Lines changed: 1 addition & 1 deletion
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)