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.