Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit badb1a5

Browse files
committed
Merge branch 'release/4.0.1'
2 parents b11dca6 + c848415 commit badb1a5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
## v.4.0.1
3+
- update ext-json version to "*" in composer.json file
24
## v.4.0.0
35
- update dependencies for Laravel and Lumen 8.x.x compatibility
46
- remove unnecessary composer.lock file

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^7.3",
14-
"ext-json": "^1.5",
14+
"ext-json": "*",
1515
"ext-libxml": "*",
1616
"ext-simplexml": "*",
1717
"illuminate/contracts": "^8.0",

0 commit comments

Comments
 (0)