]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - composer.json
whoops, deleted install folder
[github/wallabag/wallabag.git] / composer.json
index 12281557dff58f5d06024fa88e1f550c3c00b9e1..e04ec2526cee92f56bd059e522e53facb740cbfa 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",
-        "phpunit/phpunit": "4.4.*"
+        "wallabag/PHPePub": "dev-master",
+        "wallabag/php-readability": "dev-master",
+        "wallabag/phpMobi": "dev-master",
+        "wallabag/Fivefilters_Libraries": "dev-master"
+    },
+    "require-dev": {
+        "phpunit/phpunit": "~3.7"
+    },
+    "autoload": {
+        "psr-4": { "Wallabag\\": "src/Wallabag" }
+    },
+    "config": {
+        "bin-dir": "bin"
     }
 }
\ No newline at end of file