Skip to content

Commit 4f3a400

Browse files
Added missing extension soft requirements (#423)
1 parent 2a7dcf7 commit 4f3a400

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,19 @@
1515
"symfony/polyfill-ctype": "^1.9"
1616
},
1717
"require-dev": {
18+
"ext-filter": "*",
19+
"ext-pcre": "*",
1820
"phpunit/phpunit": "^4.8.35 || ^5.0"
1921
},
2022
"autoload": {
2123
"psr-4": {
2224
"Dotenv\\": "src/"
2325
}
2426
},
27+
"suggest": {
28+
"ext-filter": "Required to use the boolean validator.",
29+
"ext-pcre": "Required to use most of the library."
30+
},
2531
"extra": {
2632
"branch-alias": {
2733
"dev-master": "2.6-dev"

0 commit comments

Comments
 (0)