Symfony 5 support ? #2313
Unanswered
bastien70
asked this question in
Help needed
Replies: 1 comment
-
Please take a look at master branch. There recipe what will be in soon v7 release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, when will the release taking into account Symfony 5 take place?
Currently there are things that come from symfony 3 like:
set('shared_files', ['app/config/parameters.yml']);
=> now, we have .envassets
=> currently, thedeploy:assets:install
command isrun('{{bin/php}} {{bin/console}} assets:install {{console_options}} {{release_path}}/web');
. Now, it must berun('{{bin/php}} {{bin/console}} assets:install {{console_options}} {{release_path}}/public');
And there are surely other little things that have changed today with Symfony 5.
I understood that a BETA was in progress? Does it take these changes into account? When will we have an official and stable version taking into account the changes for Symfony 5?
The file to change :
deployer/recipe/symfony.php
Line 95 in 6708d26
Beta Was this translation helpful? Give feedback.
All reactions