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