Skip to content

Commit 47bc299

Browse files
committed
feat: clean up for v4 release
1 parent d9ed7ff commit 47bc299

File tree

4 files changed

+383
-103
lines changed

4 files changed

+383
-103
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "leafs/cli",
33
"description": "A simple command line tool for installing and interacting with your leaf apps",
44
"homepage": "https://cli.leafphp.dev",
5-
"version": "v4.0-RC",
5+
"version": "v4.0",
66
"keywords": [
77
"leaf",
88
"php",

src/CreateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ protected function handle(): int
125125
$commands[] = "cd \"$directory\"";
126126
$commands[] = 'composer install --ansi';
127127
} else {
128-
$commands[] = "composer create-project leafs/mvc:v4.x-dev \"$directory\" --ansi";
128+
$commands[] = "composer create-project leafs/mvc \"$directory\" --ansi";
129129
$commands[] = "cd \"$directory\"";
130130
}
131131

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": "v4.0-beta"
3+
"leafs/leaf": "v4.0"
44
}
55
}

0 commit comments

Comments
 (0)