File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 27
27
"rector/rector" : " 0.13.10"
28
28
},
29
29
"suggest" : {
30
- "ext-fileinfo" : " Improves mime type detection for files"
30
+ "ext-imagick" : " If you use Image class ImageMagickHandler" ,
31
+ "ext-simplexml" : " If you format XML" ,
32
+ "ext-mysqli" : " If you use MySQL" ,
33
+ "ext-oci8" : " If you use Oracle Database" ,
34
+ "ext-pgsql" : " If you use PostgreSQL" ,
35
+ "ext-sqlsrv" : " If you use SQL Server" ,
36
+ "ext-sqlite3" : " If you use SQLite3" ,
37
+ "ext-memcache" : " If you use Cache class MemcachedHandler with Memcache" ,
38
+ "ext-memcached" : " If you use Cache class MemcachedHandler with Memcached" ,
39
+ "ext-redis" : " If you use Cache class RedisHandler" ,
40
+ "ext-fileinfo" : " Improves mime type detection for files" ,
41
+ "ext-readline" : " Improves CLI::input() usability"
31
42
},
32
43
"config" : {
33
44
"optimize-autoloader" : true ,
You can’t perform that action at this time.
0 commit comments