removed drupal/console, src composer create project
This commit is contained in:
@@ -28,9 +28,6 @@ RUN pecl install xdebug-3.2.1 && \
|
|||||||
RUN export COMPOSER_HOME=/usr/local/composer && \
|
RUN export COMPOSER_HOME=/usr/local/composer && \
|
||||||
curl -sS https://getcomposer.org/installer \
|
curl -sS https://getcomposer.org/installer \
|
||||||
| php -- --install-dir=/usr/local/bin --filename=composer && \
|
| php -- --install-dir=/usr/local/bin --filename=composer && \
|
||||||
curl https://drupalconsole.com/installer \
|
|
||||||
-L -o /usr/local/bin/drupal && \
|
|
||||||
chmod +x /usr/local/bin/drupal && \
|
|
||||||
curl https://github.com/drush-ops/drush-launcher/releases/download/0.6.0/drush.phar \
|
curl https://github.com/drush-ops/drush-launcher/releases/download/0.6.0/drush.phar \
|
||||||
-L -o /usr/local/bin/drush && \
|
-L -o /usr/local/bin/drush && \
|
||||||
chmod +x /usr/local/bin/drush
|
chmod +x /usr/local/bin/drush
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
|
|
||||||
PS1='\e[36m\e[1mPHP-7.4\e[0m:\e[90m\w\e[0m\n$ '
|
PS1='\e[36m\e[1mPHP-8.1\e[0m:\e[90m\w\e[0m\n$ '
|
||||||
bind '"\e[A": history-search-backward'
|
bind '"\e[A": history-search-backward'
|
||||||
bind '"\e[B": history-search-forward'
|
bind '"\e[B": history-search-forward'
|
||||||
|
|||||||
+1
-1
Submodule src updated: 6a63b4c035...914af16fce
Reference in New Issue
Block a user