]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - composer.json
move templates into resources
[github/wallabag/wallabag.git] / composer.json
index a1dee4108e4b5d6ee9abb164206df48848164404..c0c6ac246f9b8ecef9da5a33ef1f0a1b2dbc9a20 100644 (file)
     "require-dev": {
         "phpunit/phpunit": "~3.7"
     },
+    "scripts": {
+        "post-install-cmd": [
+            "bin/install"
+        ]
+    },
     "autoload": {
-        "psr-0": { "Wallabag\\Wallabag": "src/" }
+        "psr-4": { "Wallabag\\": "src/Wallabag" }
     },
     "config": {
         "bin-dir": "bin"