Skip to content

Commit 884ab15

Browse files
Merge branch '2.6' into 3.6
2 parents e9a7fac + c4a653e commit 884ab15

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
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
2627
},
2728
"autoload": {
@@ -30,7 +31,8 @@
3031
}
3132
},
3233
"suggest": {
33-
"ext-filter": "Required to use the boolean validator."
34+
"ext-filter": "Required to use the boolean validator.",
35+
"ext-pcre": "Required to use most of the library."
3436
},
3537
"extra": {
3638
"branch-alias": {

0 commit comments

Comments
 (0)