Skip to content

Commit 9a8c91f

Browse files
committed
"ext-intl" moved to suggested
1 parent fb4c990 commit 9a8c91f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"ext-posix" : "*",
3131
"ext-mbstring" : "*",
3232
"ext-gd" : "*",
33-
"ext-filter" : "*",
34-
"ext-intl" : "*"
33+
"ext-filter" : "*"
3534
},
3635

3736
"require-dev" : {
@@ -45,7 +44,8 @@
4544
"ext-mbstring" : "Provides multibyte specific string functions",
4645
"symfony/process" : "For Cli::exec() method only",
4746
"symfony/polyfill-mbstring" : "For UTF-8 if ext-mbstring disabled",
48-
"jbzoo/data" : ">=4.0"
47+
"jbzoo/data" : ">=4.0",
48+
"ext-intl" : "*"
4949
},
5050

5151
"autoload" : {

0 commit comments

Comments
 (0)