From 1d0db31566c9f28fbf60710c9cfed0b99c38c489 Mon Sep 17 00:00:00 2001 From: Will Mercer <45526202+r0aringthunder@users.noreply.github.com> Date: Wed, 10 Jul 2024 06:10:58 -0500 Subject: [PATCH 1/3] Update composer.json --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0e1c8a8..f552257 100644 --- a/composer.json +++ b/composer.json @@ -22,5 +22,8 @@ "R0aringthunder\\RampApi\\RampServiceProvider" ] } - } + }, + "require-dev": { + "phpunit/phpunit": "^10", + }, } From b19413f1c0792c578fc215e0b74cf2641bb4ba93 Mon Sep 17 00:00:00 2001 From: Will Mercer <45526202+r0aringthunder@users.noreply.github.com> Date: Wed, 10 Jul 2024 06:12:10 -0500 Subject: [PATCH 2/3] Remove , --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f552257..a987976 100644 --- a/composer.json +++ b/composer.json @@ -25,5 +25,5 @@ }, "require-dev": { "phpunit/phpunit": "^10", - }, + } } From a2083068032ba2ac03524a66045ee7e500192555 Mon Sep 17 00:00:00 2001 From: r0aringthunder Date: Wed, 10 Jul 2024 08:43:34 -0500 Subject: [PATCH 3/3] Fix --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a987976..31ce5c5 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,6 @@ } }, "require-dev": { - "phpunit/phpunit": "^10", + "phpunit/phpunit": "^10" } }