mirror of
https://github.com/flarum/core.git
synced 2025-07-25 18:51:40 +02:00
info: Print PHP version, too
This commit is contained in:
@@ -48,6 +48,8 @@ class InfoCommand extends AbstractCommand
|
||||
{
|
||||
$this->info('Flarum core '.Application::VERSION);
|
||||
|
||||
$this->info('PHP '.PHP_VERSION);
|
||||
|
||||
foreach ($this->extensions->getEnabledExtensions() as $extension) {
|
||||
/** @var \Flarum\Extension\Extension $extension */
|
||||
$name = $extension->getId();
|
||||
|
Reference in New Issue
Block a user