From c4e6dae9418b9160e9f0e8663a0c07959791af74 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Thu, 16 Nov 2023 19:34:30 +0800 Subject: [PATCH 1/3] wip --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 80ec93aa..51ee1923 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "illuminate/support": "^9.48 || ^10.0", "illuminate/view": "^9.48 || ^10.0", "nikic/php-parser": "^4.13", - "orchestra/testbench": "^7.19 || ^8.0", + "orchestra/testbench-core": "^7.35 || ^8.15", "symfony/console": "^6.0", "vimeo/psalm": "^4.30 || ^5.1" }, From 0a6ec7a7df9d3edfa86943ac51f5f3fed723f102 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Thu, 16 Nov 2023 19:36:27 +0800 Subject: [PATCH 2/3] wip --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 51ee1923..bde6effe 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,7 @@ "php": "^8.0.2", "ext-simplexml": "*", "barryvdh/laravel-ide-helper": "^2.13", + "fakerphp/faker": "^1.21", "illuminate/config": "^9.48 || ^10.0", "illuminate/container": "^9.48 || ^10.0", "illuminate/contracts": "^9.48 || ^10.0", From 4173ab552e43f07aaa03bd07e6e432c13c24f9f8 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Fri, 17 Nov 2023 06:33:24 +0800 Subject: [PATCH 3/3] wip --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index bde6effe..bfc25196 100644 --- a/composer.json +++ b/composer.json @@ -35,6 +35,7 @@ "codeception/module-cli": "^2.0", "codeception/module-filesystem": "^3.0", "codeception/module-phpbrowser": "^3.0", + "laravel/framework": "^9.48 || ^10.0", "phpunit/phpunit": "^9.6 || ^10.0", "ramsey/collection": "^1.3", "slevomat/coding-standard": "^8.8",