Skip to content

Commit 8dcc87f

Browse files
committed
Require JSON extension
1 parent 6a3ce13 commit 8dcc87f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
}
2121
},
2222
"require": {
23-
"php": ">=5.4.0"
23+
"php": ">=5.4.0",
24+
"ext-json": "*"
2425
},
2526
"autoload": {
2627
"files": [ "Function.HTML-Build-Attributes.php" ]

0 commit comments

Comments
 (0)