]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - composer.json
move templates into resources
[github/wallabag/wallabag.git] / composer.json
index fe5d594c1972291dfdbd97f2a20c0bf631ba42ad..c0c6ac246f9b8ecef9da5a33ef1f0a1b2dbc9a20 100644 (file)
         {
             "type": "vcs",
             "url": "https://github.com/wallabag/phpMobi"
+        },
+        {
+            "type": "vcs",
+            "url": "https://github.com/wallabag/Fivefilters_Libraries"
         }
     ],
     "require": {
         "ezyang/htmlpurifier": "dev-master",
         "mgargano/simplehtmldom": "dev-master",
         "robmorgan/phinx": "*",
+        "tecnick.com/tcpdf": "dev-master",
+        "simplepie/simplepie": "dev-master",
+        "htmlawed/htmlawed": "dev-master",
         "wallabag/PHP-Flash-Messages": "dev-master",
         "wallabag/kriss_php5": "dev-master",
         "wallabag/pagination": "dev-master",
         "wallabag/PHPePub": "dev-master",
         "wallabag/php-readability": "dev-master",
         "wallabag/phpMobi": "dev-master",
-        "tecnick.com/tcpdf": "dev-master"
+        "wallabag/Fivefilters_Libraries": "dev-master"
     },
     "require-dev": {
         "phpunit/phpunit": "~3.7"
     },
+    "scripts": {
+        "post-install-cmd": [
+            "bin/install"
+        ]
+    },
+    "autoload": {
+        "psr-4": { "Wallabag\\": "src/Wallabag" }
+    },
     "config": {
         "bin-dir": "bin"
     }