Skip to content

Commit d3c4858

Browse files
committed
fix: update leaf version
1 parent 05a0c47 commit d3c4858

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/CreateCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ class CreateCommand extends Command
3333
{--basic? : Create a raw leaf project}
3434
{--api? : Create a new Leaf MVC project for APIs}
3535
{--mvc? : Create a new Leaf MVC project}
36-
{--custom? : Scaffold a personalized Leaf app}
3736
{--docker? : Scaffold a docker environment}
3837
{--force? : Forces install even if the directory already exists}';
3938

39+
// {--custom? : Scaffold a personalized Leaf app}
40+
4041
protected $description = 'Create a new Leaf project';
4142

4243
protected function handle(): int

src/themes/leaf3/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"leafs/leaf": "*"
3+
"leafs/leaf": "v4.0-beta"
44
}
55
}

0 commit comments

Comments
 (0)