]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - composer.json
move templates into resources
[github/wallabag/wallabag.git] / composer.json
index 32ca9c28ac21da8387f7ffdff1aeddaa611c9445..c0c6ac246f9b8ecef9da5a33ef1f0a1b2dbc9a20 100644 (file)
         {
             "type": "vcs",
             "url": "https://github.com/wallabag/pagination"
+        },
+        {
+            "type": "vcs",
+            "url": "https://github.com/wallabag/PHPePub"
+        },
+        {
+            "type": "vcs",
+            "url": "https://github.com/wallabag/php-readability"
+        },
+        {
+            "type": "vcs",
+            "url": "https://github.com/wallabag/phpMobi"
+        },
+        {
+            "type": "vcs",
+            "url": "https://github.com/wallabag/Fivefilters_Libraries"
         }
     ],
     "require": {
         "fabpot/goutte": "2.0.*@dev",
         "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/pagination": "dev-master",
+        "wallabag/PHPePub": "dev-master",
+        "wallabag/php-readability": "dev-master",
+        "wallabag/phpMobi": "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"
     }
 }
\ No newline at end of file