We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd860ad commit 32bd5caCopy full SHA for 32bd5ca
composer.json
@@ -21,8 +21,9 @@
21
"symfony/polyfill-ctype": "^1.9"
22
},
23
"require-dev": {
24
- "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0",
25
- "bamarni/composer-bin-plugin": "^1.3"
+ "ext-filter": "*",
+ "bamarni/composer-bin-plugin": "^1.3",
26
+ "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
27
28
"autoload": {
29
"psr-4": {
@@ -34,6 +35,9 @@
34
35
"Dotenv\\Tests\\": "tests/Dotenv/"
36
}
37
38
+ "suggest": {
39
+ "ext-filter": "Required to use the boolean validator."
40
+ },
41
"extra": {
42
"branch-alias": {
43
"dev-master": "4.1-dev"
0 commit comments