Skip to content

Commit 2a60789

Browse files
committed
List extensions in composer.json file.
“Note: It is important to list PHP extensions your project requires.” See: https://getcomposer.org/doc/04-schema.md#package-links
1 parent d4dd7e2 commit 2a60789

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
@@ -9,7 +9,8 @@
99
"source": "https://github.com/phpMussel/SigTool"
1010
},
1111
"require": {
12-
"php": ">=7.0.3"
12+
"php": ">=7.0.3",
13+
"ext-pcre": "*"
1314
},
1415
"suggest": {
1516
"php": ">=7.2.0 (this package performs significantly better with PHP >= 7.2.0).",

0 commit comments

Comments
 (0)