Skip to content

Commit c55c7a2

Browse files
Add json and ctype as required extensions in composer.json (#864)
1 parent 9ef528f commit c55c7a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
],
1515
"require": {
1616
"php": ">=7.1",
17-
"ext-tokenizer": "*"
17+
"ext-tokenizer": "*",
18+
"ext-json": "*",
19+
"ext-ctype": "*"
1820
},
1921
"require-dev": {
2022
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0",

0 commit comments

Comments
 (0)