mirror of
https://github.com/flarum/core.git
synced 2025-07-18 07:11:17 +02:00
Fix incorrect version requirement in extension generator
This commit is contained in:
@@ -89,7 +89,7 @@ class GenerateExtensionCommand extends Command
|
|||||||
],
|
],
|
||||||
'license' => $license,
|
'license' => $license,
|
||||||
'require' => [
|
'require' => [
|
||||||
'flarum' => '>'.Application::VERSION
|
'flarum' => '>='.Application::VERSION
|
||||||
],
|
],
|
||||||
'icon' => [
|
'icon' => [
|
||||||
'name' => '',
|
'name' => '',
|
||||||
|
Reference in New Issue
Block a user