From 2b7fa630fc86c78bb57cd4c320674c4334df5c3d Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 17 Aug 2021 15:48:19 +0200 Subject: [PATCH] refactor: Add nyholm/psr7. --- composer.json | 1 + src/Bundle/ChillWopiBundle/composer.json | 1 + 2 files changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 950ecaec8..cd61034b8 100644 --- a/composer.json +++ b/composer.json @@ -30,6 +30,7 @@ "require": { "champs-libres/async-uploader-bundle": "dev-sf4", "champs-libres/wopi-bundle": "dev-master", + "nyholm/psr7": "^1.4", "graylog2/gelf-php": "^1.5", "symfony/form": "4.*", "symfony/twig-bundle": "^4.4", diff --git a/src/Bundle/ChillWopiBundle/composer.json b/src/Bundle/ChillWopiBundle/composer.json index 838fe58e4..7f7e6a4ed 100644 --- a/src/Bundle/ChillWopiBundle/composer.json +++ b/src/Bundle/ChillWopiBundle/composer.json @@ -18,6 +18,7 @@ "require": { "php": ">= 7.4", "champs-libres/wopi-bundle": "dev-master", + "nyholm/psr7": "^1.4", "php-opencloud/openstack": "^3.2.1" }, "autoload": {