]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - composer.json
add install script after composer install
[github/wallabag/wallabag.git] / composer.json
index e04ec2526cee92f56bd059e522e53facb740cbfa..2da6ddbb22be2e4742639139b41f8ecfadc0350b 100644 (file)
     "require-dev": {
         "phpunit/phpunit": "~3.7"
     },
+    "scripts": {
+        "post-install-cmd": [
+            "bin/install"
+        ],
+        "post-update-cmd": [
+            "bin/update"
+        ]
+    },
     "autoload": {
         "psr-4": { "Wallabag\\": "src/Wallabag" }
     },