Skip to content

Commit

Permalink
chore: update some dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Apr 3, 2022
1 parent 7b99f23 commit 3bb2cc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@
"phppkg/phpgit": "dev-master",
"phppkg/cli-markdown": "^2.0",
"toolkit/fsutil": "^2.0",
"laktak/hjson": "^2.1",
"knplabs/github-api": "^3.3",
"laktak/hjson": "^2.2",
"knplabs/github-api": "^3.5",
"guzzlehttp/guzzle": "^7.4",
"guzzlehttp/psr7": "^2.1",
"http-interop/http-factory-guzzle": "^1.0",
"dragonmantank/cron-expression": "^3.1",
"nette/neon": "^3.3",
Expand Down
1 change: 1 addition & 0 deletions script/update-kite-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tmpKiteDir=~/Workspace/my-github/inhere/kite
usrKiteDir=~/.kite

cd $tmpKiteDir || exit 2
git pull
composer update

cp $tmpKiteDir/composer.lock $usrKiteDir
Expand Down

0 comments on commit 3bb2cc3

Please sign in to comment.