2018-03-12 03:23:55 +00:00
|
|
|
{
|
|
|
|
"name": "gnusocial/gnusocial",
|
|
|
|
"description": "Free software social networking platform.",
|
|
|
|
"type": "project",
|
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
"require": {
|
2019-07-25 01:29:20 +01:00
|
|
|
"php": "^7.3.0",
|
2018-03-12 03:23:55 +00:00
|
|
|
"ext-bcmath": "*",
|
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-gd": "*",
|
|
|
|
"ext-intl": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"ext-openssl": "*",
|
|
|
|
"ext-simplexml": "*",
|
|
|
|
"ext-xml": "*",
|
|
|
|
"ext-xmlwriter": "*",
|
2019-08-08 15:08:23 +01:00
|
|
|
"ext-ctype": "*",
|
2019-06-23 17:59:20 +01:00
|
|
|
"apereo/phpcas": "^1.3",
|
|
|
|
"diogocomposer/xmpphp": "^3.0",
|
2019-07-15 01:41:55 +01:00
|
|
|
"embed/embed": "^3.4",
|
2018-03-12 03:23:55 +00:00
|
|
|
"ezyang/htmlpurifier": "^4.10",
|
2019-06-25 10:35:31 +01:00
|
|
|
"hoa/consistency": "^1.17.05.02",
|
2019-07-24 07:31:42 +01:00
|
|
|
"intervention/image": "^2.5",
|
2018-03-12 03:23:55 +00:00
|
|
|
"masterminds/html5": "^2.6",
|
|
|
|
"mf2/mf2": "^0.4.6",
|
2019-06-22 22:23:21 +01:00
|
|
|
"michelf/php-markdown": "^1.8.0",
|
2019-06-23 17:59:20 +01:00
|
|
|
"openid/php-openid": "^2.3",
|
2019-06-22 22:23:21 +01:00
|
|
|
"paragonie/constant_time_encoding": "^1.0.4",
|
2019-07-15 01:40:09 +01:00
|
|
|
"pear/console_getopt": "^1.4",
|
2019-06-24 17:45:19 +01:00
|
|
|
"phpseclib/phpseclib": "dev-master#f815e43077da67d3dd5b4d18a45753f5b79c1ab9",
|
2019-08-13 01:31:05 +01:00
|
|
|
"predis/predis": "^1.1",
|
2019-06-23 17:59:20 +01:00
|
|
|
"stomp-php/stomp-php": "^4.5.1"
|
2018-03-12 03:23:55 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpdocumentor/phpdocumentor": "^2.9",
|
2019-07-25 01:29:20 +01:00
|
|
|
"phpunit/phpunit": "^8.2",
|
2019-06-23 17:59:20 +01:00
|
|
|
"psy/psysh": "^0.9.9"
|
2018-03-12 03:23:55 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-apache": "*",
|
|
|
|
"ext-gmp": "*",
|
|
|
|
"ext-http": "*",
|
|
|
|
"ext-xmlrpc": "*",
|
|
|
|
"ext-pgsql": "*",
|
|
|
|
"ext-mysql": "*",
|
|
|
|
"ext-mysqli": "*",
|
|
|
|
"ext-sqlite": "*",
|
|
|
|
"ext-posix": "*",
|
|
|
|
"ext-readline": "*",
|
|
|
|
"ext-pcntl": "*",
|
|
|
|
"ext-ldap": "*",
|
|
|
|
"ext-fileinfo": "*",
|
|
|
|
"ext-interbase": "*",
|
|
|
|
"ext-imagick": "*",
|
|
|
|
"ext-imap": "*",
|
|
|
|
"ext-exif": "*",
|
|
|
|
"ext-mailparse": "*",
|
|
|
|
"ext-oci8": "*",
|
|
|
|
"ext-memcached": "*",
|
|
|
|
"ext-memcache": "*",
|
|
|
|
"ext-mssql": "*",
|
|
|
|
"ext-odbc": "*",
|
|
|
|
"ext-zlib": "*",
|
|
|
|
"ext-sybase": "*",
|
|
|
|
"ext-zip": "*",
|
|
|
|
"ext-libxml": "*"
|
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
|
|
|
"config": {
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
"preferred-install": "dist",
|
2019-07-25 01:29:20 +01:00
|
|
|
"sort-packages": true
|
2018-03-12 03:23:55 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-update-cmd": [
|
|
|
|
"@php scripts/upgrade.php"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|