This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
[Composer] Add required extensions
pull/6482/head
Hypolite Petovan
2 years ago
parent
5c30f1b177
commit
6077aa5847
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
composer.json
+ 7
- 0
composer.json
View File
@ -14,10 +14,17 @@
}
,
"require"
:
{
"php"
:
">=5.6.1"
,
"ext-ctype"
:
"*"
,
"ext-curl"
:
"*"
,
"ext-dom"
:
"*"
,
"ext-fileinfo"
:
"*"
,
"ext-gd"
:
"*"
,
"ext-iconv"
:
"*"
,
"ext-json"
:
"*"
,
"ext-libxml"
:
"*"
,
"ext-mbstring"
:
"*"
,
"ext-openssl"
:
"*"
,
"ext-simplexml"
:
"*"
,
"ext-xml"
:
"*"
,
"asika/simple-console"
:
"^1.0"
,
"divineomega/password_exposed"
:
"^2.4"
,
Write
Preview
Loading…
Cancel
Save