Skip to content

Commit 96cf207

Browse files
committed
Add self-update command
1 parent ccbf332 commit 96cf207

4 files changed

Lines changed: 1691 additions & 62 deletions

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
],
1212
"require": {
1313
"php": ">=7.2",
14-
"symfony/console": "^4.4.13"
14+
"symfony/console": "^4.4.13",
15+
"php-http/guzzle6-adapter": "^2.0",
16+
"knplabs/github-api": "^2.15"
1517
},
1618
"require-dev": {
1719
"bamarni/composer-bin-plugin": "^1.4"

0 commit comments

Comments
 (0)