1
0
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:
Toby Zerner
2015-09-22 17:13:41 +09:30
parent bd02e4307a
commit d6ed04ffce

View File

@@ -89,7 +89,7 @@ class GenerateExtensionCommand extends Command
], ],
'license' => $license, 'license' => $license,
'require' => [ 'require' => [
'flarum' => '>'.Application::VERSION 'flarum' => '>='.Application::VERSION
], ],
'icon' => [ 'icon' => [
'name' => '', 'name' => '',