Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Commit f5b38e3

Browse files
committed
Add ext-json
1 parent db4f25c commit f5b38e3

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.1",
22-
"ext-pdo": "*"
22+
"ext-pdo": "*",
23+
"ext-json": "*"
2324
},
2425
"scripts": {
2526
"test": "phpunit --configuration phpunit.xml",

0 commit comments

Comments
 (0)