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 59fbacc + 09eae5a commit b1208cbCopy full SHA for b1208cb
CHANGELOG.md
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
6
7
## 4.3.0
8
9
+## 4.2.3
10
+
11
+### Fixed
12
13
+- Fixed a simple-json library is absent in the distribution in [#951](https://github.com/magento/magento2-phpstorm-plugin/pull/951)
14
15
## 4.2.2
16
17
### Added
build.gradle
@@ -106,6 +106,7 @@ idea {
106
107
dependencies {
108
testImplementation 'junit:junit:4.13'
109
+ implementation 'com.googlecode.json-simple:json-simple:1.1.1'
110
}
111
112
test {
0 commit comments