mirror of
https://github.com/itflow-org/itflow
synced 2026-09-19 21:25:13 +00:00
Bump imapengine from 1.25.4 to 1.25.6 and dependencies
This commit is contained in:
5
libs/vendor/composer/platform_check.php
vendored
5
libs/vendor/composer/platform_check.php
vendored
@@ -19,8 +19,7 @@ if ($issues) {
|
||||
echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL;
|
||||
}
|
||||
}
|
||||
trigger_error(
|
||||
'Composer detected issues in your platform: ' . implode(' ', $issues),
|
||||
E_USER_ERROR
|
||||
throw new \RuntimeException(
|
||||
'Composer detected issues in your platform: ' . implode(' ', $issues)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user