Skip to content

Commit d3aae8a

Browse files
committed
suggest ext-v8js
1 parent eae1940 commit d3aae8a

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
@@ -16,7 +16,6 @@
1616
],
1717
"require": {
1818
"php": ">=7.1.0",
19-
"ext-v8js": ">=1.3.0",
2019
"nacmartin/phpexecjs": "^0.8.7",
2120
"psr/simple-cache": "^1.0"
2221
},
@@ -39,6 +38,9 @@
3938
]
4039
}
4140
},
41+
"suggest": {
42+
"ext-v8js": "Needed to support V8"
43+
},
4244
"scripts": {
4345
"test": [
4446
"phpmd src text ./phpmd.xml",

0 commit comments

Comments
 (0)