Skip to content

Commit 5429b36

Browse files
author
DKravtsov
committed
Updated composer dependencies, refactoring, fixed bash console alias.
1 parent 1b5c85f commit 5429b36

File tree

201 files changed

+872
-1174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+872
-1174
lines changed

.idea/php-test-framework.xml

-14
This file was deleted.

.idea/phpunit.xml

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

Dockerfile

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

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

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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Elasticsearch"
1515
],
1616
"homepage": "https://github.com/systemsdk/docker-symfony-api",
17-
"version": "v3.1.1",
17+
"version": "v3.1.2",
1818
"license": "MIT",
1919
"authors": [
2020
{

0 commit comments

Comments
 (0)