and another one
[friendica.git/.git] / composer.json
index e372547..108ea84 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"