Skip to content

Commit 3d8de8f

Browse files
committed
Update to new Cherry core version.
1 parent e903dbe commit 3d8de8f

File tree

3 files changed

+26
-24
lines changed

3 files changed

+26
-24
lines changed

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.5",
20-
"cherry-project/logs-viewer": "^1.0",
21-
"cherry-project/console": "^1.5"
19+
"cherry-project/core": "1.6.*",
20+
"cherry-project/logs-viewer": "1.0.*",
21+
"cherry-project/console": "1.7.*"
2222
}
2323
}

composer.lock

Lines changed: 21 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/routes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"homepage": {
33
"path": "/",
44
"method": "GET",
5-
"action": "Cherry\\Controller\\DefaultController::hello"
5+
"action": "DefaultController::hello"
66
},
77
"logs": {
88
"path": "/logs",
99
"method": "GET",
10-
"action": "Cherry\\Controller\\DefaultController::showLogs"
10+
"action": "DefaultController::showLogs"
1111
}
1212
}

0 commit comments

Comments
 (0)