mirror of
https://git.cant.at/Madeorsk/PollVerlaine
synced 2024-11-21 16:44:31 +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",
|
"name": "madeorsk/poll-verlaine",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
"mikecao/flight": "^1.3"
|
"mikecao/flight": "^1.3",
|
||||||
|
"ext-openssl": "*",
|
||||||
|
"ext-dba": "*",
|
||||||
|
"ext-json": "*"
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
Loading…
Reference in New Issue
Block a user