]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - composer.json
whoops, deleted install folder
[github/wallabag/wallabag.git] / composer.json
index 3bb7bf076e894c16c7b50eac811607b58113a9db..e04ec2526cee92f56bd059e522e53facb740cbfa 100644 (file)
         {
             "type": "vcs",
             "url": "https://github.com/wallabag/PHP-Flash-Messages"
+        },
+        {
+            "type": "vcs",
+            "url": "https://github.com/wallabag/kriss_php5"
+        },
+        {
+            "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",
-        "wallabag/PHP-Flash-Messages": "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",
+        "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