Skip to content

Commit 0130b06

Browse files
committed
chore: remove suggest in starter
If you run `composer suggest`, it shows framework's.
1 parent ed783e1 commit 0130b06

2 files changed

Lines changed: 0 additions & 25 deletions

File tree

admin/starter/composer.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,6 @@
1313
"mikey179/vfsstream": "^1.6",
1414
"phpunit/phpunit": "^9.1"
1515
},
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-
},
3616
"config": {
3717
"optimize-autoloader": true,
3818
"preferred-install": "dist",

tests/system/AutoReview/ComposerJsonTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ public function testFrameworkSuggestIsTheSameWithDevSuggest(): void
7171
$this->checkFramework('suggest');
7272
}
7373

74-
public function testStarterSuggestIsTheSameWithDevSuggest(): void
75-
{
76-
$this->checkStarter('suggest');
77-
}
78-
7974
public function testFrameworkConfigIsTheSameWithDevSuggest(): void
8075
{
8176
$this->checkFramework('config');

0 commit comments

Comments
 (0)