Explicitly add dependency to 'php-http/message-factory'

pull/9086/head
Stefano Ortolani 2023-05-20 13:10:20 +01:00
parent b82a151c7b
commit 05c0d4016c
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ Run on your MISP instance the following commands.
cd /var/www/MISP/app
sudo -u www-data php composer.phar require --with-all-dependencies supervisorphp/supervisor:^4.0 \
guzzlehttp/guzzle \
php-http/message \
php-http/message \
php-http/message-factory \
lstrojny/fxmlrpc
```