Skip to content

Commit 2ee1355

Browse files
committed
2080: bumped up version of phpstorm
1 parent 771260f commit 2ee1355

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ repositories {
3131

3232
intellijPlatform {
3333
defaultRepositories()
34+
maven("https://www.jetbrains.com/intellij-repository/snapshots")
3435
}
3536
}
3637

@@ -51,12 +52,12 @@ dependencies {
5152

5253
bundledPlugins(providers.gradleProperty("platformBundledPlugins").map { it.split(',') })
5354
plugins(providers.gradleProperty("platformPlugins").map { it.split(',') })
54-
plugin("com.intellij.lang.jsgraphql", "243.21565.122")
55+
plugin("com.intellij.lang.jsgraphql", "252.18003.27")
5556
pluginVerifier()
5657
zipSigner()
5758
testFramework(TestFrameworkType.Platform)
5859

59-
phpstorm("2024.3")
60+
phpstorm("252.18003.43")
6061
}
6162
}
6263

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ pluginGroup = com.magento.idea.magento2plugin
22
pluginName = Magento PhpStorm
33
pluginRepositoryUrl = https://github.com/magento/magento2-phpstorm-plugin
44
pluginVersion = 2025.2.0
5-
pluginSinceBuild = 243.3
5+
pluginSinceBuild = 251.*
66
pluginUntilBuild = 258.*
77
platformType = PS
8-
platformVersion = 2024.3
8+
platformVersion = 252.18003.43
99
platformPlugins =
1010
platformBundledPlugins = com.intellij.modules.json,com.jetbrains.php,JavaScript,com.intellij.copyright
1111
gradleVersion = 8.10.2

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ junit = "4.13.2"
55
# plugins
66
changelog = "2.2.1"
77
intelliJPlatform = "2.4.0"
8-
kotlin = "1.9.25"
8+
kotlin = "2.0.0"
99
kover = "0.8.3"
1010
qodana = "2024.2.3"
1111

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</change-notes>
2525

2626
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
27-
<idea-version since-build="242.20224.300"/>
27+
<idea-version since-build="252.18003.43"/>
2828

2929
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
3030
on how to target different products -->

0 commit comments

Comments
 (0)