mirror of https://github.com/MISP/MISP
Explicitly add dependency to 'php-http/message-factory'
parent
b82a151c7b
commit
05c0d4016c
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue