From a0dbb6055300f215d3b8e3a8694c65d6e6415381 Mon Sep 17 00:00:00 2001 From: core23 Date: Thu, 25 Jan 2018 18:51:37 +0100 Subject: [PATCH] Replaced composer.phar with composer in docs --- README.md | 4 ++-- tests/autoload.php.dist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d302b6a..70f5573 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ This bundle provides a wrapper for using the [matomo] (Piwik) statistic inside t ### Installation ``` -php composer.phar require core23/piwik-bundle -php composer.phar require php-http/guzzle6-adapter # if you want to use Guzzle +composer require core23/piwik-bundle +composer require php-http/guzzle6-adapter # if you want to use Guzzle ``` ### Enabling the bundle diff --git a/tests/autoload.php.dist b/tests/autoload.php.dist index 1389bb6..3e05b43 100755 --- a/tests/autoload.php.dist +++ b/tests/autoload.php.dist @@ -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.