mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Add required PHP extensions to composer.json
Signed-off-by: Matthias Gutjahr <mattsches@gmail.com>
This commit is contained in:
parent
6c2ead0516
commit
c5e84cbbf9
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@
|
|||
"type": "project",
|
||||
"require": {
|
||||
"php": "^7.1.3",
|
||||
"ext-bcmath": "*",
|
||||
"ext-ctype": "*",
|
||||
"ext-curl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-openssl": "*",
|
||||
"ext-redis": "*",
|
||||
"beyondcode/laravel-self-diagnosis": "^1.0.2",
|
||||
"bitverse/identicon": "^1.1",
|
||||
"doctrine/dbal": "^2.7",
|
||||
|
|
Loading…
Reference in a new issue