We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 726fe8b + d7a43c8 commit 33213eeCopy full SHA for 33213ee
CHANGELOG.md
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
6
7
## 4.2.3
8
9
+### Fixed
10
+
11
+- Fixed a simple-json library is absent in the distribution in [#951](https://github.com/magento/magento2-phpstorm-plugin/pull/951)
12
13
## 4.2.2
14
15
### Added
build.gradle
@@ -106,7 +106,7 @@ idea {
106
107
dependencies {
108
testImplementation 'junit:junit:4.13'
109
- implementation 'org.json:json:20211205'
+ implementation 'com.googlecode.json-simple:json-simple:1.1.1'
110
}
111
112
test {
0 commit comments