We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8008cd + 9a2e704 commit ddc9418Copy full SHA for ddc9418
src/main/java/fr/adrienbrault/idea/symfony2plugin/installer/SymfonyInstallerUtil.java
@@ -178,7 +178,7 @@ public static String getDownloadVersions() {
178
179
// @TODO: PhpStorm9:
180
// simple replacement for: com.intellij.util.io.HttpRequests
181
- URL url = new URL("http://symfony.com/versions.json");
+ URL url = new URL("https://symfony.com/versions.json");
182
URLConnection conn = url.openConnection();
183
conn.setRequestProperty("User-Agent", userAgent);
184
conn.connect();
0 commit comments