]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - Capfile
Fix documentation wording for matches/notmatches tagging rules
[github/wallabag/wallabag.git] / Capfile
diff --git a/Capfile b/Capfile
index b80a5646b97a89a6c8db04db6d321ab65d22b862..cc807112044a606109297ded853e1ede4b2ded11 100644 (file)
--- a/Capfile
+++ b/Capfile
@@ -7,6 +7,8 @@ require 'capistrano/setup'
 # Include default deployment tasks
 require 'capistrano/deploy'
 
+require 'capistrano/composer'
+require 'capistrano/file-permissions'
 require 'capistrano/symfony'
 
 # Load custom tasks from `lib/capistrano/tasks` if you have any defined