Skip to content

Commit 56a99f5

Browse files
committed
JsonSerializable should require ext-json
1 parent 4353331 commit 56a99f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"require": {
2121
"php": "^7.2|^8.0",
22-
"gettext/languages": "^2.3"
22+
"gettext/languages": "^2.3",
23+
"ext-json": "*"
2324
},
2425
"require-dev": {
2526
"phpunit/phpunit": "^8.0|^9.0",

0 commit comments

Comments
 (0)