From 52d104fe5dd75c22a0f04a156824c8dc129e603f Mon Sep 17 00:00:00 2001 From: tienvx Date: Mon, 28 Aug 2023 23:43:00 +0700 Subject: [PATCH] Move dependency from require to require-dev --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 292d6ef..2cf6143 100644 --- a/composer.json +++ b/composer.json @@ -21,11 +21,11 @@ ], "require": { "php": ">=8.0", - "aaronddm/xml-builder": "^2.0.3", - "pact-foundation/pact-php": "10.0.0-alpha2" + "aaronddm/xml-builder": "^2.0.3" }, "require-dev": { - "phpunit/phpunit": "^9.6" + "phpunit/phpunit": "^9.6", + "pact-foundation/pact-php": "10.0.0-alpha2" }, "config": { "allow-plugins": {