Skip to content

Commit f8fd1fc

Browse files
committed
Merge pull request fzaninotto#680 from jaschweder/fzaninotto#584
move intl extension to require-dev in composer.json file
2 parents 47f3c54 + 6514c05 commit f8fd1fc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "~4.0",
17-
"squizlabs/php_codesniffer": "~1.5"
17+
"squizlabs/php_codesniffer": "~1.5",
18+
"ext-intl": "*"
1819
},
19-
"suggest": {
20-
"ext-intl": "*"
21-
},
2220
"autoload": {
2321
"psr-4": {
2422
"Faker\\": "src/Faker/"

0 commit comments

Comments
 (0)