From 3aad67e814fbf57e2d8844dd05b7eccd7e5fca4e Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Wed, 29 Jul 2015 17:39:57 +0200 Subject: [PATCH 1/2] Update README to fix the version to require There are stable versions now so it's better to document using them. Also it was confusing, it lead me to believe there was no stable version released yet. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50b6fb9..0023ec8 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Installation ```json require: { - "padraic/phar-updater": "~1.0@dev" + "padraic/phar-updater": "~1.0" } ``` @@ -377,4 +377,4 @@ While you can draft a release, Github releases are created automatically wheneve you create a new git tag. If you use git tagging, you can go to the matching release on Github, click the `Edit` button and attach files. It's recommended to do this as soon as possible after tagging to limit the window whereby a new -release exists without an updated phar attached. \ No newline at end of file +release exists without an updated phar attached. From 71e509305619894d0ce8dc3ed54e8b066a377bda Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Tue, 25 Aug 2015 08:41:50 +0200 Subject: [PATCH 2/2] Update the Composer installation instructions --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0023ec8..95b0634 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,8 @@ based PHAR which you may freely reuse. Installation ============ -```json -require: { - "padraic/phar-updater": "~1.0" -} +``` +composer require padraic/phar-updater ``` The package utilises PHP Streams for remote requests so it will require the openssl