Skip to content

Commit

Permalink
Support symfony 3 + distribution bundle v5 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjmit committed Jan 16, 2016
1 parent 956e8f8 commit 04bbaea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/capistrano/symfony/defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#
set :symfony_env, "prod"

set :symfony_directory_structure, 2
set :sensio_distribution_version, 4
set :symfony_directory_structure, 3
set :sensio_distribution_version, 5

# symfony-standard edition top-level directories
set :app_path, "app"
Expand Down

0 comments on commit 04bbaea

Please sign in to comment.