Skip to content

Commit 76bddb2

Browse files
committed
refactor: remove json extension dependency
1 parent e115809 commit 76bddb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.1",
20-
"ext-json": "*"
19+
"php": ">=7.1"
2120
},
2221
"require-dev": {
2322
"phpunit/phpunit": "^7.5"

0 commit comments

Comments
 (0)