Browse Source

Merge remote-tracking branch 'origin/master'

Jordi Boggiano 9 years ago
parent
commit
05c464aaf6
2 changed files with 9 additions and 2 deletions
  1. 2 2
      .travis.yml
  2. 7 0
      README.md

+ 2 - 2
.travis.yml

@@ -19,12 +19,12 @@ php:
   - 5.6
   - 7.0
   - hhvm
-  - hhvm-nightly
+  - nightly
 
 matrix:
   fast_finish: true
   allow_failures:
-    - php: hhvm-nightly
+    - php: nightly
 
 before_script:
     - rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini

+ 7 - 0
README.md

@@ -17,6 +17,13 @@ Installation / Usage
     ``` sh
     $ curl -sS https://getcomposer.org/installer | php
     ```
+    
+    > **Note:** If the above fails for some reason, you can download the installer
+    > with `php` instead:
+
+    ```sh
+    php -r "readfile('https://getcomposer.org/installer');" | php
+    ```
 
 2. Create a composer.json defining your dependencies. Note that this example is
 a short version for applications that are not meant to be published as packages