Skip to content

Commit 8287c23

Browse files
committed
composer.json: JSON extension is required
1 parent 7db368d commit 8287c23

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
@@ -4,7 +4,8 @@
44
"homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
55
"license": "BSD-2-Clause",
66
"require": {
7-
"php": ">=5.4.0"
7+
"php": ">=5.4.0",
8+
"ext-json": "*"
89
},
910
"require-dev": {
1011
"nette/tester": "~1.3",

0 commit comments

Comments
 (0)