Skip to content

Commit

Permalink
Replaced composer.phar with composer in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jan 25, 2018
1 parent 6a04c15 commit 6b0fd81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,8 +17,8 @@ This bundle provides a wrapper for using the [Last.fm API] inside symfony.
### Installation

```
php composer.phar require core23/lastfm-bundle
php composer.phar require php-http/guzzle6-adapter # if you want to use Guzzle
composer require core23/lastfm-bundle
composer require php-http/guzzle6-adapter # if you want to use Guzzle
```

### Enabling the bundle
Expand Down
2 changes: 1 addition & 1 deletion tests/autoload.php.dist
Expand Up @@ -27,7 +27,7 @@ if (!$autoload) {
die('Unable to find autoload.php file, please use composer to load dependencies:

wget http://getcomposer.org/composer.phar
php composer.phar install
composer install

Visit http://getcomposer.org/ for more information.

Expand Down

0 comments on commit 6b0fd81

Please sign in to comment.