Skip to content

Commit 9a2e704

Browse files
authored
Fixed Symfony installer version selection to use https
1 parent b8008cd commit 9a2e704

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
@@ -178,7 +178,7 @@ public static String getDownloadVersions() {
178178

179179
// @TODO: PhpStorm9:
180180
// simple replacement for: com.intellij.util.io.HttpRequests
181-
URL url = new URL("http://symfony.com/versions.json");
181+
URL url = new URL("https://symfony.com/versions.json");
182182
URLConnection conn = url.openConnection();
183183
conn.setRequestProperty("User-Agent", userAgent);
184184
conn.connect();

0 commit comments

Comments
 (0)