Skip to content

Commit 3a70520

Browse files
committed
Exclude default extensions for php ^8.1
1 parent 9208a60 commit 3a70520

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

composer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"require": {
1313
"php": "^8.1",
1414
"ext-intl": "*",
15-
"ext-json": "*",
1615
"ext-mbstring": "*",
1716
"laminas/laminas-escaper": "^2.13",
1817
"psr/log": "^2.0"
@@ -38,21 +37,16 @@
3837
},
3938
"suggest": {
4039
"ext-curl": "If you use CURLRequest class",
41-
"ext-dom": "If you use TestResponse",
4240
"ext-exif": "If you run Image class tests",
43-
"ext-fileinfo": "Improves mime type detection for files",
4441
"ext-gd": "If you use Image class GDHandler",
4542
"ext-imagick": "If you use Image class ImageMagickHandler",
46-
"ext-libxml": "If you use TestResponse",
4743
"ext-memcache": "If you use Cache class MemcachedHandler with Memcache",
4844
"ext-memcached": "If you use Cache class MemcachedHandler with Memcached",
4945
"ext-mysqli": "If you use MySQL",
5046
"ext-oci8": "If you use Oracle Database",
5147
"ext-pgsql": "If you use PostgreSQL",
5248
"ext-readline": "Improves CLI::input() usability",
5349
"ext-redis": "If you use Cache class RedisHandler",
54-
"ext-simplexml": "If you format XML",
55-
"ext-sqlite3": "If you use SQLite3",
5650
"ext-sqlsrv": "If you use SQL Server",
5751
"ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()"
5852
},

0 commit comments

Comments
 (0)