|
13 | 13 | "mikey179/vfsstream": "^1.6", |
14 | 14 | "phpunit/phpunit": "^9.1" |
15 | 15 | }, |
16 | | - "suggest": { |
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 | 16 | "config": { |
37 | 17 | "optimize-autoloader": true, |
38 | 18 | "preferred-install": "dist", |
|
0 commit comments