From 164ed813629b5efc62d8f6fc28307ee3eff57361 Mon Sep 17 00:00:00 2001 From: Matt Young Date: Tue, 2 Jul 2024 11:03:42 -0500 Subject: [PATCH] Install paralell testing --- composer.json | 1 + composer.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ec0e281..177ffef 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,7 @@ }, "require-dev": { "barryvdh/laravel-debugbar": "^3.13", + "brianium/paratest": "^7.4", "fakerphp/faker": "^1.23", "laravel/pint": "^1.13", "laravel/sail": "^1.26", diff --git a/composer.lock b/composer.lock index 89e03a3..d9ebfa5 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": "8a539bb700e8acfbb39c896521c16609", + "content-hash": "91ced10faccf6fc9b3fe05fe288ec1d6", "packages": [ { "name": "bacon/bacon-qr-code",