mirror of
https://git.cant.at/Madeorsk/PollVerlaine
synced 2024-11-21 15:54:32 +01:00
Add required PHP extensions in composer.json
This commit is contained in:
parent
1caad26fb9
commit
dccf0a960c
@ -2,7 +2,10 @@
|
||||
"name": "madeorsk/poll-verlaine",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"mikecao/flight": "^1.3"
|
||||
"mikecao/flight": "^1.3",
|
||||
"ext-openssl": "*",
|
||||
"ext-dba": "*",
|
||||
"ext-json": "*"
|
||||
},
|
||||
"license": "AGPL-3.0",
|
||||
"authors": [
|
||||
|
Loading…
Reference in New Issue
Block a user