We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84a5944 + dbc6d9f commit 6da5ef4Copy full SHA for 6da5ef4
tasks/20-composer.yml
@@ -10,7 +10,7 @@
10
11
- name: Update composer if already exists.
12
shell: "{{symfony_project_composer_path}} selfupdate"
13
- when: composer_file.stat.exists == True and symfony_project_manage_composer == True
+ when: symfony_project_manage_composer == True and composer_file.stat.exists == True
14
15
- name: Add github token
16
shell: "{{symfony_project_composer_path}} config -g github-oauth.github.com {{symfony_project_github_token}}"
0 commit comments