Skip to content

Commit 32bd5ca

Browse files
Recommend ext-filter
1 parent fd860ad commit 32bd5ca

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
"symfony/polyfill-ctype": "^1.9"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0",
25-
"bamarni/composer-bin-plugin": "^1.3"
24+
"ext-filter": "*",
25+
"bamarni/composer-bin-plugin": "^1.3",
26+
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
2627
},
2728
"autoload": {
2829
"psr-4": {
@@ -34,6 +35,9 @@
3435
"Dotenv\\Tests\\": "tests/Dotenv/"
3536
}
3637
},
38+
"suggest": {
39+
"ext-filter": "Required to use the boolean validator."
40+
},
3741
"extra": {
3842
"branch-alias": {
3943
"dev-master": "4.1-dev"

0 commit comments

Comments
 (0)