Skip to content

Commit e293c64

Browse files
committed
chore: add missing items
The items in composer.json in main repository.
1 parent 1d7ecd1 commit e293c64

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

admin/framework/composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
"ext-fileinfo": "Improves mime type detection for files",
4343
"ext-readline": "Improves CLI::input() usability"
4444
},
45+
"config": {
46+
"optimize-autoloader": true,
47+
"preferred-install": "dist",
48+
"sort-packages": true
49+
},
4550
"autoload": {
4651
"psr-4": {
4752
"CodeIgniter\\": "system/"

admin/starter/composer.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,29 @@
1414
"phpunit/phpunit": "^9.1"
1515
},
1616
"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
1840
},
1941
"autoload": {
2042
"exclude-from-classmap": [

0 commit comments

Comments
 (0)