From ed13dd2c5f0eb7d3afc13e46d462e98704e39fe9 Mon Sep 17 00:00:00 2001 From: Stepan Anchugov Date: Thu, 18 Sep 2014 18:48:48 +0600 Subject: [PATCH] Set default :use_composer to true `bin/vendors` has been deprecated a long time ago. Perhaps it's time to disable it by default? --- lib/capifony_symfony2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/capifony_symfony2.rb b/lib/capifony_symfony2.rb index 2c0efd8..7c4b3c5 100755 --- a/lib/capifony_symfony2.rb +++ b/lib/capifony_symfony2.rb @@ -55,7 +55,7 @@ def self.load_into(configuration) # Whether to use composer to install vendors. # If set to false, it will use the bin/vendors script - set :use_composer, false + set :use_composer, true # Whether to use composer to install vendors to a local temp directory. set :use_composer_tmp, false