Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Fixes #14: Add self-update function
Browse files Browse the repository at this point in the history
- Use library to manage downloading new versions
- Depends on manifest.json file to be in S3 and the update process to include updating this.
  • Loading branch information
bobbyshaw committed Dec 14, 2015
1 parent 562fd56 commit 7a6add5
Show file tree
Hide file tree
Showing 4 changed files with 629 additions and 224 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"n98/magerun": "1.*",
"aws/aws-sdk-php": "2.*",
"piwik/ini": "dev-master",
"ifsnop/mysqldump-php":"2.*"
"ifsnop/mysqldump-php":"2.*",
"herrera-io/phar-update": "2.*"
},
"require-dev": {},
"bin": [
Expand Down
Loading

0 comments on commit 7a6add5

Please sign in to comment.