Skip to content

Commit 88f7acc

Browse files
Merge branch '3.6'
2 parents 8efcd4c + 786a947 commit 88f7acc

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
@@ -22,6 +22,7 @@
2222
},
2323
"require-dev": {
2424
"ext-filter": "*",
25+
"ext-pcre": "*",
2526
"bamarni/composer-bin-plugin": "^1.3",
2627
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
2728
},
@@ -36,7 +37,8 @@
3637
}
3738
},
3839
"suggest": {
39-
"ext-filter": "Required to use the boolean validator."
40+
"ext-filter": "Required to use the boolean validator.",
41+
"ext-pcre": "Required to use most of the library."
4042
},
4143
"extra": {
4244
"branch-alias": {

0 commit comments

Comments
 (0)