diff --git a/README.md b/README.md index 71c22df..03c127f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This project is published in packagist, so you just need to add it as a dependen ### Phar: -You can also download the standalone phar application from [here](https://github.com/mcustiel/phiremock/releases/download/v1.11.0/phiremock.phar) to run on PHP7. There is also a [PHP5 version](https://github.com/mcustiel/phiremock/releases/download/v1.11.0/phiremock-php5.phar). +You can also download the standalone phar application from [here](https://github.com/mcustiel/phiremock/releases/download/v1.11.1/phiremock.phar) to run on PHP7. There is also a [PHP5 version](https://github.com/mcustiel/phiremock/releases/download/v1.11.1/phiremock-php5.phar). ## Configuration Phiremock uses annotations internally. To be able to run the Phiremock client library, the annotations autoloader must be activated. To do this, you must add the next lines in the bootstrap file where you include your composer autoloader: diff --git a/phiremock-php5.phar b/phiremock-php5.phar index 575e543..17c4fa2 100755 Binary files a/phiremock-php5.phar and b/phiremock-php5.phar differ diff --git a/phiremock.phar b/phiremock.phar index ce7891e..098f508 100755 Binary files a/phiremock.phar and b/phiremock.phar differ