]> git.mxchange.org Git - friendica.git/blobdiff - composer.json
update to the zh-cn translation THX Tomacat
[friendica.git] / composer.json
index e372547aac5b9a46ebb9406ca291fcb887ad783f..108ea8473ded3b1a1b1ec1ea80b5a9cbe4c759f4 100644 (file)
@@ -52,6 +52,7 @@
                "bower-asset/dompurify": "^1.0",
                "bower-asset/perfect-scrollbar": "^0.6",
                "bower-asset/vue": "^2.6",
+               "npm-asset/es-jquery-sortable": "^0.9.13",
                "npm-asset/jquery": "^2.0",
                "npm-asset/jquery-colorbox": "^1.6",
                "npm-asset/jquery-datetimepicker": "^2.5",
@@ -72,7 +73,6 @@
        "autoload": {
                "psr-4": {
                        "Friendica\\": "src/",
-                       "Friendica\\Test\\": "tests/",
                        "Friendica\\Addon\\": "addon/"
                },
                "psr-0": {
                        "boot.php"
                ]
        },
+       "autoload-dev": {
+               "psr-4": {
+                       "Friendica\\Test\\": "tests/"
+               }
+       },
        "config": {
                "autoloader-suffix": "Friendica",
                "optimize-autoloader": true,
                "phpunit/php-token-stream": "^1.4.2",
                "mikey179/vfsstream": "^1.6",
                "mockery/mockery": "^1.2",
-               "johnkary/phpunit-speedtrap": "1.1"
+               "johnkary/phpunit-speedtrap": "1.1",
+               "jakub-onderka/php-parallel-lint": "^1.0"
        },
        "scripts": {
                "test": "phpunit"