From b4b75680d8a4dfd2f7c04599d35d6f677802b8d9 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 25 Aug 2022 15:49:07 +0200 Subject: [PATCH] chore: Normalize `composer.json`. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 916240b..423e845 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ "ext-json": "*", "ext-simplexml": "*", "ecphp/cas-lib": "1.1.*", + "loophp/psr-http-message-bridge-bundle": "^1.0", "psr/http-client": "^1.0", "psr/http-message": "^1.0", - "symfony/framework-bundle": "^5.4", - "loophp/psr-http-message-bridge-bundle": "^1.0" + "symfony/framework-bundle": "^5.4" }, "require-dev": { "ecphp/php-conventions": "^1",