We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7018c commit 6ee9dcdCopy full SHA for 6ee9dcd
1 file changed
system/Boot.php
@@ -304,7 +304,6 @@ protected static function checkMissingExtensions(): void
304
305
foreach ([
306
'intl',
307
- 'json',
308
'mbstring',
309
] as $extension) {
310
if (! extension_loaded($extension)) {
0 commit comments