From 50bf9be1176da13233d206bf4486417f88074806 Mon Sep 17 00:00:00 2001 From: TavoNiievez Date: Mon, 13 Jan 2025 03:48:31 -0500 Subject: [PATCH] Fix CI --- composer.json | 2 +- composer.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index c79a0b9..ce442c6 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "codeception/module-asserts": "^2.0 | ^3.0", "codeception/module-laravel": "^2.1 | ^3.0 | *@dev", "facade/ignition": "^2.17", - "fakerphp/faker": "^1.24", + "fakerphp/faker": "^1.17", "nunomaduro/collision": "^5.11" }, "config": { diff --git a/composer.lock b/composer.lock index 04322fc..d47f65e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3a9ea5da1b8b296d0eb4b6bd078e24d7", + "content-hash": "0563d05e555f6fb6bf9195422fc05f5e", "packages": [ { "name": "brick/math", @@ -5157,12 +5157,12 @@ "source": { "type": "git", "url": "https://github.com/Codeception/module-laravel.git", - "reference": "2ffa0a9c7fb616059d413be349754f84eeefcfe5" + "reference": "adc7510be91b1447f63aa00979e22241d6fe08fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-laravel/zipball/2ffa0a9c7fb616059d413be349754f84eeefcfe5", - "reference": "2ffa0a9c7fb616059d413be349754f84eeefcfe5", + "url": "https://api.github.com/repos/Codeception/module-laravel/zipball/adc7510be91b1447f63aa00979e22241d6fe08fc", + "reference": "adc7510be91b1447f63aa00979e22241d6fe08fc", "shasum": "" }, "require": { @@ -5209,7 +5209,7 @@ "issues": "https://github.com/Codeception/module-laravel/issues", "source": "https://github.com/Codeception/module-laravel/tree/2.x" }, - "time": "2022-11-19T20:28:09+00:00" + "time": "2025-01-13T09:02:31+00:00" }, { "name": "codeception/phpunit-wrapper",