From 8cc34a1f7441e271ce10b99d99787d8157b11105 Mon Sep 17 00:00:00 2001 From: Nyholm Date: Wed, 18 Aug 2021 12:48:23 -0700 Subject: [PATCH] cs --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 126f4fb..d94179f 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "require-dev": { "nyholm/nsa": "^1.2.1", "nyholm/psr7": "^1.3.1", - "symfony/http-client": "^5.3", - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^9.3", + "symfony/http-client": "^5.3" }, "suggest": { "nyholm/psr7": "PSR-7 message implementation",