We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72bd99 commit 1d3f4bdCopy full SHA for 1d3f4bd
bin/leaf
@@ -20,7 +20,7 @@ $app = sprout()->createApp([
20
'version' => ''
21
]);
22
23
-// $app->register(Leaf\Console\CreateCommand::class);
+$app->register(Leaf\Console\CreateCommand::class);
24
// $app->register(Leaf\Console\UICommand::class);
25
$app->register(Leaf\Console\UpdateCommand::class);
26
$app->register(Leaf\Console\InstallCommand::class);
composer.json
@@ -22,7 +22,7 @@
],
"require": {
"ext-json": "*",
- "leafs/fs": "^1.0",
+ "leafs/fs": "^2.0",
"leafs/sprout": "dev-main",
27
"psy/psysh": "*"
28
},
0 commit comments