Update requirements for install.

This commit is contained in:
Sébastien Touzé 2020-04-25 16:44:17 +02:00
parent c5c3af3474
commit 8d831ba98c
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,10 @@ install dependencies with Composer
there are examples of request to make it all work in the [doc/examples.md](doc/examples.md).
### Check prerequisites
```bash
composer check-platform-reqs
```
### install the vendors
```bash

View File

@ -6,6 +6,7 @@
"ext-ctype": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-pdo_mysql": "*",
"friendsofsymfony/rest-bundle": "^2.6",
"jms/serializer-bundle": "^3.4",
"nelmio/api-doc-bundle": "^3.4",