Skip to content

Commit 33213ee

Browse files
Merge pull request #952 from magento/change-json-library
Added simple-json library to the project distribution
2 parents 726fe8b + d7a43c8 commit 33213ee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
66

77
## 4.2.3
88

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+
913
## 4.2.2
1014

1115
### Added

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ idea {
106106

107107
dependencies {
108108
testImplementation 'junit:junit:4.13'
109-
implementation 'org.json:json:20211205'
109+
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
110110
}
111111

112112
test {

0 commit comments

Comments
 (0)