mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
Update requirements for install.
This commit is contained in:
parent
c5c3af3474
commit
8d831ba98c
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user