Skip to content

Commit 124efcd

Browse files
Recommend the filter extension
1 parent 1bdf24f commit 124efcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,17 @@
2121
"symfony/polyfill-ctype": "^1.9"
2222
},
2323
"require-dev": {
24+
"ext-filter": "*",
2425
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
2526
},
2627
"autoload": {
2728
"psr-4": {
2829
"Dotenv\\": "src/"
2930
}
3031
},
32+
"suggest": {
33+
"ext-filter": "Required to use the boolean validator."
34+
},
3135
"extra": {
3236
"branch-alias": {
3337
"dev-master": "3.6-dev"

0 commit comments

Comments
 (0)