]> git.mxchange.org Git - friendica.git/blobdiff - composer.json
Put the title in the body
[friendica.git] / composer.json
index 2f12d076d4e5a35d465d65354ce87a916cd86eef..e372547aac5b9a46ebb9406ca291fcb887ad783f 100644 (file)
                "issues": "https://github.com/friendica/friendica/issues"
        },
        "require": {
-               "php": ">=5.6.1",
+               "php": ">=7.0",
+               "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",
-               "ezyang/htmlpurifier": "~4.7.0",
+               "bacon/bacon-qr-code": "^1.0",
+               "divineomega/password_exposed": "^2.8",
+               "ezyang/htmlpurifier": "^4.7",
                "friendica/json-ld": "^1.0",
-               "league/html-to-markdown": "~4.8.0",
+               "league/html-to-markdown": "^4.8",
+               "level-2/dice": "^4",
                "lightopenid/lightopenid": "dev-master",
                "michelf/php-markdown": "^1.7",
-               "mobiledetect/mobiledetectlib": "2.8.*",
-               "paragonie/random_compat": "^2.0",
-               "pear/Text_LanguageDetect": "1.*",
+               "mobiledetect/mobiledetectlib": "^2.8",
+               "monolog/monolog": "^1.25",
+               "nikic/fast-route": "^1.3",
+               "paragonie/hidden-string": "^1.0",
+               "pear/console_table": "^1.3",
+               "pear/text_languagedetect": "1.*",
+               "pragmarx/google2fa": "^5.0",
+               "pragmarx/recovery": "^0.1.0",
+               "psr/container": "^1.0",
                "seld/cli-prompt": "^1.0",
                "smarty/smarty": "^3.1",
-               "fxp/composer-asset-plugin": "~1.3",
+               "fxp/composer-asset-plugin": "^1.4",
                "bower-asset/base64": "^1.0",
-               "bower-asset/Chart-js": "^2.7",
+               "bower-asset/chart-js": "^2.8",
+               "bower-asset/dompurify": "^1.0",
                "bower-asset/perfect-scrollbar": "^0.6",
-               "bower-asset/vue": "^2.5",
+               "bower-asset/vue": "^2.6",
                "npm-asset/jquery": "^2.0",
                "npm-asset/jquery-colorbox": "^1.6",
-               "npm-asset/jquery-datetimepicker": "^2.4.0",
+               "npm-asset/jquery-datetimepicker": "^2.5",
                "npm-asset/jgrowl": "^1.4",
-               "npm-asset/fullcalendar": "^3.0.1",
+               "npm-asset/moment": "^2.24",
+               "npm-asset/fullcalendar": "^3.10",
                "npm-asset/cropperjs": "1.2.2",
-               "npm-asset/imagesloaded": "4.1.4"
+               "npm-asset/imagesloaded": "4.1.4",
+               "npm-asset/typeahead.js": "^0.11.1",
+               "bower-asset/fork-awesome": "^1.1"
        },
        "repositories": [
                {
        "autoload": {
                "psr-4": {
                        "Friendica\\": "src/",
-                       "Friendica\\Test\\": "tests/"
+                       "Friendica\\Test\\": "tests/",
+                       "Friendica\\Addon\\": "addon/"
                },
                "psr-0": {
                        "": "library/"
-               }
+               },
+               "files": [
+                       "include/conversation.php",
+                       "include/dba.php",
+                       "include/enotify.php",
+                       "include/items.php",
+                       "boot.php"
+               ]
        },
        "config": {
                "autoloader-suffix": "Friendica",
        },
        "archive": {
                "exclude": [
-                       "log", "cache", "/photo", "/proxy"
+                       "/.*",
+                       "/*file",
+                       "!/.htaccess-dist",
+                       "/tests",
+                       "/*.xml",
+                       "/composer.*",
+                       "/log",
+                       "/cache",
+                       "/photo",
+                       "/proxy",
+                       "/addon",
+                       "!/vendor",
+                       "!/view/asset"
                ]
        },
        "require-dev": {
-               "phpunit/dbunit": "^2.0",
                "phpdocumentor/reflection-docblock": "^3.0.2",
                "phpunit/php-token-stream": "^1.4.2",
-               "mikey179/vfsStream": "^1.6",
+               "mikey179/vfsstream": "^1.6",
                "mockery/mockery": "^1.2",
                "johnkary/phpunit-speedtrap": "1.1"
        },