From ee881f8ba834b32d6c5cf1dd409f403bfdd434e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 07:29:04 +0000 Subject: [PATCH] Bump fzaninotto/faker from 1.6.0 to 1.9.2 Bumps [fzaninotto/faker](https://github.com/fzaninotto/Faker) from 1.6.0 to 1.9.2. - [Release notes](https://github.com/fzaninotto/Faker/releases) - [Changelog](https://github.com/fzaninotto/Faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/fzaninotto/Faker/compare/v1.6.0...v1.9.2) Signed-off-by: dependabot[bot] --- composer.lock | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/composer.lock b/composer.lock index 78da8b7..5cc6943 100644 --- a/composer.lock +++ b/composer.lock @@ -2478,29 +2478,31 @@ }, { "name": "fzaninotto/faker", - "version": "v1.6.0", + "version": "v1.9.2", "source": { "type": "git", "url": "https://github.com/fzaninotto/Faker.git", - "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123" + "reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123", - "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123", + "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/848d8125239d7dbf8ab25cb7f054f1a630e68c2e", + "reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e", "shasum": "" }, "require": { - "php": "^5.3.3|^7.0" + "php": "^5.3.3 || ^7.0" }, "require-dev": { "ext-intl": "*", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~1.5" + "phpunit/phpunit": "^4.8.35 || ^5.7", + "squizlabs/php_codesniffer": "^2.9.2" }, "type": "library", "extra": { - "branch-alias": [] + "branch-alias": { + "dev-master": "1.9-dev" + } }, "autoload": { "psr-4": { @@ -2522,7 +2524,12 @@ "faker", "fixtures" ], - "time": "2016-04-29T12:21:54+00:00" + "support": { + "issues": "https://github.com/fzaninotto/Faker/issues", + "source": "https://github.com/fzaninotto/Faker/tree/v1.9.2" + }, + "abandoned": true, + "time": "2020-12-11T09:56:16+00:00" }, { "name": "hamcrest/hamcrest-php",