Skip to content

Commit

Permalink
Merge branch '3.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Mar 27, 2020
2 parents 8efcd4c + 786a947 commit 88f7acc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"require-dev": {
"ext-filter": "*",
"ext-pcre": "*",
"bamarni/composer-bin-plugin": "^1.3",
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
},
Expand All @@ -36,7 +37,8 @@
}
},
"suggest": {
"ext-filter": "Required to use the boolean validator."
"ext-filter": "Required to use the boolean validator.",
"ext-pcre": "Required to use most of the library."
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 88f7acc

Please sign in to comment.