Skip to content

Commit 592d353

Browse files
authored
Remove unecesary ext-json dependency (#2031)
1 parent 8d69922 commit 592d353

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- AWS api-change: This change supports the creation of multi-account global tables. It adds two new arguments to CreateTable, GlobalTableSourceArn and GlobalTableSettingsReplicationMode. DescribeTable is also updated to include information about GlobalTableSettingsReplicationMode.
88

9+
### Changed
10+
11+
- Remove redundant ext-json requirement
12+
913
## 3.9.0
1014

1115
### Added

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"require": {
1414
"php": "^8.2",
1515
"ext-filter": "*",
16-
"ext-json": "*",
1716
"async-aws/core": "^1.16",
1817
"symfony/polyfill-uuid": "^1.13.1"
1918
},

0 commit comments

Comments
 (0)