Skip to content

Commit

Permalink
Merge pull request #29 from IgorKorytin/remove-tarampampam-package
Browse files Browse the repository at this point in the history
Replace tarampampam/guzzle-url-mock
  • Loading branch information
eldario authored Apr 2, 2021
2 parents 5a6845e + 24dcf3a commit 566ae73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].

## Unreleased

### Changed

- Package `tarampampam/guzzle-url-mock` replaced with `avto-dev/guzzle-url-mock` version `^1.5`

## v4.1.0

### Removed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"mockery/mockery": "^1.3",
"phpstan/phpstan": "~0.12",
"phpunit/phpunit": "^8.5.4",
"tarampampam/guzzle-url-mock": "^1.3",
"vlucas/phpdotenv": "^3.4 || ^4.0 || ^5.0"
"vlucas/phpdotenv": "^3.4 || ^4.0 || ^5.0",
"avto-dev/guzzle-url-mock": "^1.5"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion tests/AbstractTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Faker\Generator as Faker;
use GuzzleHttp\Psr7\Response;
use PHPUnit\Framework\TestCase;
use Tarampampam\GuzzleUrlMock\UrlsMockHandler;
use AvtoDev\GuzzleUrlMock\UrlsMockHandler;

abstract class AbstractTestCase extends TestCase
{
Expand Down

0 comments on commit 566ae73

Please sign in to comment.