mirror of https://github.com/MISP/misp-book
fix: add flag to update deps as suggested by @hlijan
parent
1117e24e12
commit
a247c5c7c2
|
@ -688,7 +688,7 @@ Run on your MISP instance the following commands.
|
|||
2. Install required PHP packages:
|
||||
```
|
||||
cd /var/www/MISP/app
|
||||
sudo -u www-data composer require supervisorphp/supervisor:^4.0 \
|
||||
sudo -u www-data composer require --with-all-dependencies supervisorphp/supervisor:^4.0 \
|
||||
guzzlehttp/guzzle \
|
||||
php-http/message \
|
||||
lstrojny/fxmlrpc
|
||||
|
|
Loading…
Reference in New Issue