Skip to content

Commit f765e03

Browse files
author
DKravtsov
committed
Updated composer dependencies, fixed bash console alias.
1 parent 4e72ed6 commit f765e03

File tree

11 files changed

+131
-131
lines changed

11 files changed

+131
-131
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ USER ${USERNAME}
112112

113113
# Add necessary stuff to bash autocomplete
114114
RUN echo 'source /usr/share/bash-completion/bash_completion' >> /home/${USERNAME}/.bashrc \
115-
&& echo 'alias console="/app/bin/console"' >> /home/${USERNAME}/.bashrc
115+
&& echo 'alias console="/var/www/html/bin/console"' >> /home/${USERNAME}/.bashrc
116116

117117
# copy fish configs
118118
COPY --chown=${USERNAME}:${USERNAME} ./docker/fish/completions/ /home/${USERNAME}/.config/fish/completions/

composer.lock

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/01_phpunit/composer.lock

+21-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/02_phpstan/composer.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/03_ecs/composer.lock

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/04_php-coveralls/composer.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)