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