Skip to content

Commit b5c7e21

Browse files
authored
Merge pull request #22 from garak/remove-extjson
remove useless ext-json requirement
2 parents b7ea2b7 + 65ecfb2 commit b5c7e21

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=8.2",
18-
"ext-json": "*"
17+
"php": ">=8.2"
1918
},
2019
"require-dev": {
2120
"phpunit/phpunit": "^11.5.50",

0 commit comments

Comments
 (0)