|
14 | 14 | "phpunit/phpunit": "^9.1" |
15 | 15 | }, |
16 | 16 | "suggest": { |
17 | | - "ext-fileinfo": "Improves mime type detection for files" |
| 17 | + "ext-curl": "If you use CURLRequest class", |
| 18 | + "ext-imagick": "If you use Image class ImageMagickHandler", |
| 19 | + "ext-gd": "If you use Image class GDHandler", |
| 20 | + "ext-exif": "If you run Image class tests", |
| 21 | + "ext-simplexml": "If you format XML", |
| 22 | + "ext-mysqli": "If you use MySQL", |
| 23 | + "ext-oci8": "If you use Oracle Database", |
| 24 | + "ext-pgsql": "If you use PostgreSQL", |
| 25 | + "ext-sqlsrv": "If you use SQL Server", |
| 26 | + "ext-sqlite3": "If you use SQLite3", |
| 27 | + "ext-memcache": "If you use Cache class MemcachedHandler with Memcache", |
| 28 | + "ext-memcached": "If you use Cache class MemcachedHandler with Memcached", |
| 29 | + "ext-redis": "If you use Cache class RedisHandler", |
| 30 | + "ext-dom": "If you use TestResponse", |
| 31 | + "ext-libxml": "If you use TestResponse", |
| 32 | + "ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()", |
| 33 | + "ext-fileinfo": "Improves mime type detection for files", |
| 34 | + "ext-readline": "Improves CLI::input() usability" |
| 35 | + }, |
| 36 | + "config": { |
| 37 | + "optimize-autoloader": true, |
| 38 | + "preferred-install": "dist", |
| 39 | + "sort-packages": true |
18 | 40 | }, |
19 | 41 | "autoload": { |
20 | 42 | "exclude-from-classmap": [ |
|
0 commit comments