From 4409d850444e4f9136390d05afb51bc91a7bf9aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 16:34:00 +0000 Subject: [PATCH] chore: Bump facade/ignition from 2.8.4 to 2.9.0 (#5174) Bumps [facade/ignition](https://github.com/facade/ignition) from 2.8.4 to 2.9.0. - [Release notes](https://github.com/facade/ignition/releases) - [Changelog](https://github.com/facade/ignition/blob/master/CHANGELOG.md) - [Commits](https://github.com/facade/ignition/compare/2.8.4...2.9.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.lock | 22 +++++++++---------- .../Api/Contact/ApiContactControllerTest.php | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index f9f6590656f..4c2d8c5be2f 100644 --- a/composer.lock +++ b/composer.lock @@ -1615,16 +1615,16 @@ }, { "name": "facade/flare-client-php", - "version": "1.7.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/facade/flare-client-php.git", - "reference": "6bf380035890cb0a09b9628c491ae3866b858522" + "reference": "69742118c037f34ee1ef86dc605be4a105d9e984" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/facade/flare-client-php/zipball/6bf380035890cb0a09b9628c491ae3866b858522", - "reference": "6bf380035890cb0a09b9628c491ae3866b858522", + "url": "https://api.github.com/repos/facade/flare-client-php/zipball/69742118c037f34ee1ef86dc605be4a105d9e984", + "reference": "69742118c037f34ee1ef86dc605be4a105d9e984", "shasum": "" }, "require": { @@ -1668,7 +1668,7 @@ ], "support": { "issues": "https://github.com/facade/flare-client-php/issues", - "source": "https://github.com/facade/flare-client-php/tree/1.7.0" + "source": "https://github.com/facade/flare-client-php/tree/1.8.0" }, "funding": [ { @@ -1676,20 +1676,20 @@ "type": "github" } ], - "time": "2021-04-12T09:30:36+00:00" + "time": "2021-04-30T11:11:50+00:00" }, { "name": "facade/ignition", - "version": "2.8.4", + "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/facade/ignition.git", - "reference": "87fb348dab0ae1a7c206c3e902a5a44ba541742f" + "reference": "e7db3b601ce742568b92648818ef903904d20164" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/facade/ignition/zipball/87fb348dab0ae1a7c206c3e902a5a44ba541742f", - "reference": "87fb348dab0ae1a7c206c3e902a5a44ba541742f", + "url": "https://api.github.com/repos/facade/ignition/zipball/e7db3b601ce742568b92648818ef903904d20164", + "reference": "e7db3b601ce742568b92648818ef903904d20164", "shasum": "" }, "require": { @@ -1753,7 +1753,7 @@ "issues": "https://github.com/facade/ignition/issues", "source": "https://github.com/facade/ignition" }, - "time": "2021-04-29T13:55:26+00:00" + "time": "2021-05-05T06:45:12+00:00" }, { "name": "facade/ignition-contracts", diff --git a/tests/Api/Contact/ApiContactControllerTest.php b/tests/Api/Contact/ApiContactControllerTest.php index 84906b8acc3..ea926023d88 100644 --- a/tests/Api/Contact/ApiContactControllerTest.php +++ b/tests/Api/Contact/ApiContactControllerTest.php @@ -522,7 +522,7 @@ public function it_gets_list_of_contacts_with_parameter_and_limit_and_page() $initialContact = factory(Contact::class)->create([ 'account_id' => $user->account_id, - 'first_name' => 'roger', + 'first_name' => 'Alfred', ]); $field = factory(ContactFieldType::class)->create([ @@ -539,7 +539,7 @@ public function it_gets_list_of_contacts_with_parameter_and_limit_and_page() while ($counter < 12) { $contact = factory(Contact::class)->create([ 'account_id' => $user->account_id, - 'first_name' => 'roger', + 'first_name' => 'Roger', ]); $field = factory(ContactFieldType::class)->create([