From b338a6ab9a4308acd3828737ed5a4dfeab530eea Mon Sep 17 00:00:00 2001 From: Kirill Cherednichenko Date: Thu, 15 Apr 2021 15:17:11 +0500 Subject: [PATCH] Replace `fzaninotto/faker` to `fakerphp/faker` (#31) * replace fzaninotto/faker to fakerphp/faker * update description in changelog file --- CHANGELOG.md | 8 ++++++++ composer.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b636fb..1755f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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 `fzaninotto/faker` replaced with `fakerphp/faker` version `^1.14` [#28] + +[#28]:https://github.com/avtocod/b2b-api-php/issues/28 + ## v4.2.0 ### Changed diff --git a/composer.json b/composer.json index 6d65a6c..f684573 100644 --- a/composer.json +++ b/composer.json @@ -23,12 +23,12 @@ "ocramius/package-versions": "^1.2" }, "require-dev": { - "fzaninotto/faker": "^1.9.1", "mockery/mockery": "^1.3", "phpstan/phpstan": "~0.12", "phpunit/phpunit": "^8.5.4", "vlucas/phpdotenv": "^3.4 || ^4.0 || ^5.0", - "avto-dev/guzzle-url-mock": "^1.5" + "avto-dev/guzzle-url-mock": "^1.5", + "fakerphp/faker": "^1.14" }, "autoload": { "psr-4": {