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

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 026d015 commit 7655add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This library adds more filters to [Monolog].
### Installation

```
php composer.phar require core23/monolog-filters
composer require core23/monolog-filters
```

### Symfony usage
Expand Down
2 changes: 1 addition & 1 deletion tests/autoload.php.dist
Original file line number Diff line number Diff line change
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 7655add

Please sign in to comment.