Skip to content

Commit 18ada66

Browse files
committed
Update Cherry Core and Console versions.
1 parent 4ff2953 commit 18ada66

File tree

5 files changed

+33
-1544
lines changed

5 files changed

+33
-1544
lines changed

bin/console

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ set_time_limit(0);
66
require __DIR__ . '/../vendor/autoload.php';
77

88
use Cherry\Console\Console;
9+
use Cherry\Kernel;
10+
11+
$app = new Kernel(dirname(__DIR__));
912

1013
$console = new Console();

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"minimum-stability": "dev",
1717
"require": {
1818
"php": ">=5.6.0",
19-
"cherry-project/core": "^1.0",
20-
"cherry-project/logs-viewer": "dev-master",
21-
"cherry-project/console": "dev-master"
19+
"cherry-project/core": "^1.5",
20+
"cherry-project/logs-viewer": "^1.0",
21+
"cherry-project/console": "^1.5"
2222
}
2323
}

0 commit comments

Comments
 (0)