Skip to content

Commit

Permalink
Merge pull request #532 from kix/patch-1
Browse files Browse the repository at this point in the history
Set default :use_composer to true
  • Loading branch information
willdurand committed Sep 18, 2014
2 parents 5e42927 + ed13dd2 commit 04c7acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capifony_symfony2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04c7acb

Please sign in to comment.