]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - composer.json
whoops, deleted install folder
[github/wallabag/wallabag.git] / composer.json
index 47458df4a4db5ca0d5d794a17647bfb3bd1856ab..e04ec2526cee92f56bd059e522e53facb740cbfa 100644 (file)
         {
             "type": "vcs",
             "url": "https://github.com/wallabag/phpMobi"
+        },
+        {
+            "type": "vcs",
+            "url": "https://github.com/wallabag/Fivefilters_Libraries"
         }
     ],
     "require": {
         "wallabag/pagination": "dev-master",
         "wallabag/PHPePub": "dev-master",
         "wallabag/php-readability": "dev-master",
-        "wallabag/phpMobi": "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"
     }