Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
Updated url to composer install for https
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphschindler committed Jul 23, 2012
1 parent 7c79b21 commit 25ab713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ php:

before_install:
- cp tests/TestConfiguration.php.travis tests/TestConfiguration.php
- curl -s http://getcomposer.org/installer | php
- curl -s https://getcomposer.org/installer | php
- php composer.phar install --dev

script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ ZendService\Nirvanix component
You can install using:

```
curl -s http://getcomposer.org/installer | php
curl -s https://getcomposer.org/installer | php
php composer.phar install
```

Expand Down

0 comments on commit 25ab713

Please sign in to comment.