Fork of mangoweb/tester-http-mocks maintained by Adbros.
The recommended way to install is via Composer:
composer require mangoweb/tester-http-mocks
Versions ^0.4 and newer are only released from this fork and are not on Packagist. To pull them, add the fork as a VCS repository in your project's root composer.json:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/adbrosaci/tester-http-mocks"
}
]