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.
1 parent c6d140a commit 68d274cCopy full SHA for 68d274c
Dockerfile
@@ -275,8 +275,6 @@ RUN export PATH="~/.composer/vendor/bin:$PATH" && \
275
&& cd /var/www/.composer \
276
&& curl -O https://raw.githubusercontent.com/pantheon-systems/terminus-installer/master/builds/installer.phar \
277
&& php installer.phar install \
278
- # Temporary fix until the next terminus release to use symfony 3.x
279
- && composer require symfony/process:^3 \
280
281
# Get Drupal console
282
&& curl https://drupalconsole.com/installer -L -o drupal.phar \
0 commit comments