Skip to content

Commit 226532c

Browse files
committed
Add log-command and update other packages
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 8b2ea2c commit 226532c

File tree

3 files changed

+72
-25
lines changed

3 files changed

+72
-25
lines changed

ci/prepare.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ if [[ "$TRAVIS_BRANCH" != $DEPLOY_BRANCH ]]; then
77
version="$(echo $version | xargs)"
88
version+="-nightly-$(git rev-parse --short HEAD)"
99
echo $version > VERSION
10-
sed -i 's/\:\ \"\(.*\)\"/\:\ \"\1-nightly\"/g' img-versions.json
1110
fi
1211

1312
php -dphar.readonly=0 ./utils/make-phar.php easyengine.phar --quiet

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@
2929
"composer/semver": "1.4.2",
3030
"easyengine/admin-tools-command": "v1.0.1",
3131
"easyengine/auth-command": "v1.0.0",
32-
"easyengine/config-command": "v1.0.0",
32+
"easyengine/config-command": "v1.0.1",
3333
"easyengine/cron-command": "v1.0.1",
34+
"easyengine/log-command": "v1.0.0",
3435
"easyengine/mailhog-command": "v1.0.1",
35-
"easyengine/site-command": "v2.2.3",
36+
"easyengine/site-command": "v2.2.4",
3637
"easyengine/site-type-wp": "v1.0.1",
3738
"easyengine/site-type-php": "v1.0.1",
38-
"easyengine/service-command": "v1.0.1",
39+
"easyengine/service-command": "v1.0.2",
3940
"easyengine/shell-command" : "v1.0.0",
4041
"justinrainbow/json-schema": "5.2.7",
4142
"monolog/monolog": "1.24.0",

composer.lock

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

0 commit comments

Comments
 (0)